Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:f302r8 [2022/10/22 17:24]
darron [Pinout]
boards:f302r8 [2023/09/16 18:09] (current)
darron [Clocks]
Line 1: Line 1:
 ====NUCLEO-F302R8==== ====NUCLEO-F302R8====
 +<wrap right>
 +{{:boards:f302r8.jpg?200}}
 +</wrap>
  
 ===Microcontroller features=== ===Microcontroller features===
Line 23: Line 26:
  
 === Pinout === === Pinout ===
 +
 +The Arduino headers are almost compatible, the main
 +difference being that D14/D15 are not the same
 +I/O as AD4/AD5 without board adjustments.
 +
 <code> <code>
-                PB8    D15  I2C1 SCL +Arduino compatible headers 
-                PB9    D14  I2C1 SDA + 
-                       AVDD +                 PB8  D15 I2C1 SCL 
-NC                     GND +                 PB9  D14 I2C1 SDA 
-IOREF       LD2 PB13   D13  SPI2 SCK +                      AVDD 
-RESET           PB14   D12  SPI2 MISO      +NC                    GND 
-3V3             PB16   D11  SPI2 MOSI +IOREF        LD2 PB13 D13 SPI2 SCK 
-5V              PB6    D10  SPI2 CS +RESET            PB14 D12 SPI2 MISO      
-GND             PC7    D9 +3V3              PB16 D11 SPI2 MOSI 
-GND             PA9    D8+5V               PB6  D10 SPI2 CS 
 +GND              PC7  D9 
 +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
  
-NB all other Nucleo boards use PB5 for LD2.+NB all other Nucleo boards use PA5 for LD2.
 </code> </code>
  
 +Morpho connector pinout:
 +
 +um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf
 +
 +Page 30/68 UM1724 Rev 14
 +
 +===Clocks===
 +
 +<code>
 +MCO 8000000  X1 8MHz ST-LINK/V2
 +HSE MC0      X3 NOT FITTED USES MCO
 +HSI 8000000 
 +LSE 32768    X2 32.768K
 +LSI 32768
 +</code>
 ===Resources=== ===Resources===
  
-[[https://www.st.com/en/evaluation-tools/nucleo-f302r8.html]]+[[https://www.st.com/en/evaluation-tools/nucleo-f302r8.html|Product page]] 
 + 
 +[[https://os.mbed.com/platforms/ST-Nucleo-F302R8/|MBED overview]] 
 + 
 +[[https://www.st.com/resource/en/data_brief/nucleo-f302r8.pdf|Data brief]] 
 + 
 +[[https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf|User manual]] 
 + 
 +[[https://www.st.com/resource/en/datasheet/stm32f302r8.pdf|MCU data-sheet]] 
 + 
 +[[https://www.st.com/resource/en/reference_manual/rm0365-stm32f302xbcde-and-stm32f302x68-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]]
  
-[[https://os.mbed.com/platforms/ST-Nucleo-F302R8/]]