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
Last revision Both sides next revision
boards:f302r8 [2022/10/23 15:22]
127.0.0.1 external edit
boards:f302r8 [2023/09/16 18:09]
darron [Clocks]
Line 1: Line 1:
 ====NUCLEO-F302R8==== ====NUCLEO-F302R8====
 +<wrap right>
 +{{:boards:f302r8.jpg?200}}
 +</wrap>
  
 ===Microcontroller features=== ===Microcontroller features===
Line 31: Line 34:
 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 PB13   D13  SPI2 SCK +IOREF        LD2 PB13 D13 SPI2 SCK 
-RESET           PB14   D12  SPI2 MISO      +RESET            PB14 D12 SPI2 MISO      
-3V3             PB16   D11  SPI2 MOSI +3V3              PB16 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
  
 NB all other Nucleo boards use PA5 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 MC0
 +HSI 8000000 
 +LSE 32768    X2 32.768K
 +LSI 32768
 +</code>
 ===Resources=== ===Resources===
  
Line 59: Line 77:
  
 [[https://os.mbed.com/platforms/ST-Nucleo-F302R8/|MBED overview]] [[https://os.mbed.com/platforms/ST-Nucleo-F302R8/|MBED overview]]
- 
-[[https://www.st.com/resource/en/reference_manual/rm0365-stm32f302xbcde-and-stm32f302x68-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|Datasheet]] 
  
 [[https://www.st.com/resource/en/data_brief/nucleo-f302r8.pdf|Data brief]] [[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/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]]
 +