#Investigate project board
Exercise 3a for Making Embedded Systems class.
Look at the documents for the board you are considering for your final project (or any ST Discovery Board), draw the hardware block diagram for the board. For peripherals, note the communication paths (SPI, I2C, etc).
The board I am using is the B-L475E-IOT01A1,
Look at the datasheet for the processor and other documents. Answer these questions:
The processor is the STM32L475VG, part of the STM32 Ultra Low Power Arm® Cortex®-M4 32-bit MCU+FPU, 100DMIPS, USB OTG FS, analog, audio
up to 1MB Flash, 128 KB SRAM, USB OTG FS.
20x communication interfaces! Including:
- USB OTG 2.0 full-speed
- 3x I2C
- 3x SPIs (and 1x Quad SPI)
yes, this chip has 32-bit MCU + FPU
Rich analog peripherals (independent supply) – 3x 12-bit ADC 5 Msps, up to 16-bit with hardware oversampling, 200 µA/Msps – 2x 12-bit DAC output channels, low-power sample and hold – 2x operational amplifiers with built
Look at one application note for this processor.
AN5012 Analog-to-digital audio conversion example using STM32L4 Series microcontroller peripherals
<< Exercise 2.2 -- Assignments -- Exercise 3b