Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
boards:f411re [2022/10/23 15:19]
127.0.0.1 external edit
boards:f411re [2023/11/30 06:34] (current)
darron [Resources]
Line 1: Line 1:
 ====NUCLEO-F411RE==== ====NUCLEO-F411RE====
 +<wrap right>
 +{{boards:f411re_aht10.jpg?200}}
 +</wrap>
  
 ===Microcontroller features=== ===Microcontroller features===
 +<wrap right>
 +{{boards:pll-clock-diagram.png?200}}
 +</wrap>
  
    * Microcontroller features    * Microcontroller features
Line 29: Line 35:
 Arduino compatible headers Arduino compatible headers
  
-                PB8    D15  I2C1 SCL +                 PB8  D15 I2C1 SCL 
-                PB9    D14  I2C1 SDA +                 PB9  D14 I2C1 SDA 
-                       AVDD +                      AVDD 
-NC                     GND +NC                    GND 
-IOREF       LD2 PA5    D13  SPI2 SCK +IOREF        LD2 PA5  D13 SPI2 SCK 
-RESET           PA6    D12  SPI2 MISO      +RESET            PA6  D12 SPI2 MISO      
-3V3             PA7    D11  SPI2 MOSI +3V3              PA7  D11 SPI2 MOSI 
-5V              PB6    D10  SPI2 CS +5V               PB6  D10 SPI2 CS 
-GND             PC7    D9 +GND              PC7  D9 
-GND             PA9    D8+GND              PA9  D8
 VIN VIN
-                PA8    D7 +                 PA8  D7 
-                PB10   D6 +                 PB10 D6 
-AD0 PA0         PB4    D5 +AD0 PA0          PB4  D5 
-AD1 PA1         PB5    D4 +AD1 PA1          PB5  D4 
-AD2 PA4         PB3    D3 +AD2 PA4          PB3  D3 
-AD3 PB0         PA10   D2 +AD3 PB0          PA10 D2 
-AD4 PC1         PA2    D1   USART2 TX +AD4 PC1          PA2  D1  USART2 TX 
-AD5 PC0         PA3    D0   USART2 RX+AD5 PC0          PA3  D0  USART2 RX
 </code> </code>
  
 +===Clocks===
 +<code>
 +MCO 8000000  X1 8MHz ST-LINK/V2
 +HSE MC0      X3 NOT FITTED USES MC0
 +HSI 16000000
 +LSE 32768    X2 32.768K
 +LSI 32768
 +</code>
 ===Resources=== ===Resources===
  
 [[https://www.st.com/en/evaluation-tools/nucleo-f411re.html|Product page]] [[https://www.st.com/en/evaluation-tools/nucleo-f411re.html|Product page]]
- 
-[[https://os.mbed.com/platforms/ST-Nucleo-F411RE/|MBED overview]] 
  
 [[https://www.st.com/resource/en/data_brief/nucleo-f411re.pdf|Data brief]] [[https://www.st.com/resource/en/data_brief/nucleo-f411re.pdf|Data brief]]
Line 60: Line 72:
 [[https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf|User manual]] [[https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf|User manual]]
  
 +[[https://os.mbed.com/platforms/ST-Nucleo-F411RE/|MBED overview]]
 +
 +[[https://www.st.com/resource/en/datasheet/stm32f411re.pdf|MCU Data-sheet]]
 +
 +[[https://www.st.com/resource/en/errata_sheet/es0287-stm32f411xcxe-device-errata-stmicroelectronics.pdf|MCU Errata]]
 +
 +[[https://www.st.com/resource/en/reference_manual/rm0383-stm32f411xce-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU Reference Manual]]
 +
 +[[https://www.st.com/resource/en/application_note/an4759-using-the-hardware-realtime-clock-rtc-and-the-tamper-management-unit-tamp-with-stm32-microcontrollers-stmicroelectronics.pdf|Using the STM32 RTC]]