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/11/23 16:34]
darron [Clocks]
boards:f302r8 [2023/09/16 18:09] (current)
darron [Clocks]
Line 34: 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=== ===Clocks===
  
 <code> <code>
-MC0 8000000  X1 8MHz ST-LINK/V2 +MCO 8000000  X1 8MHz ST-LINK/V2 
-HSE MC0      X3 NOT FITTED USES MC0+HSE MC0      X3 NOT FITTED USES MCO
 HSI 8000000  HSI 8000000 
 LSE 32768    X2 32.768K LSE 32768    X2 32.768K
Line 75: Line 81:
  
 [[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]] [[https://www.st.com/resource/en/reference_manual/rm0365-stm32f302xbcde-and-stm32f302x68-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]]