33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
## STM32F767ZI NUCLEO
|
|
|
|
STM32F767ZI (LQFP144)
|
|
- CPU: 216MHz
|
|
- Flash: 2MB
|
|
- SRAM: 512KB
|
|
|
|
<a href="url"><img src="./images/stm32f767zi_nucleo.png" width="250"></a>
|
|
|
|
### Projects
|
|
|
|
- [01_GPIO_Addr_Config](workspace/01_GPIO_Addr_Config/)
|
|
- [02_GPIO_Addr_Config_Struct](workspace/02_GPIO_Addr_Config_Struct/)
|
|
- [03_GPIO_Output](workspace/03_GPIO_Output/)
|
|
- [04_GPIO_Output_BSRR](workspace/04_GPIO_Output_BSRR/)
|
|
- [05_GPIO_Input](workspace/05_GPIO_Input/)
|
|
- [06_UART_TX](workspace/06_UART_TX/)
|
|
- [07_UART_Printf](workspace/07_UART_Printf/)
|
|
- [08_Modular](workspace/08_Modular/)
|
|
- [09_UART_RX](workspace/09_UART_RX/)
|
|
- [10_ADC_Continuous_Conversion](workspace/10_ADC_Continuous_Conversion/)
|
|
- [11_ADC_Single_Conversion](workspace/11_ADC_Single_Conversion/)
|
|
- [12_SysTick](workspace/12_SysTick/)
|
|
- [13_Timer](workspace/13_Timer/)
|
|
- [14_Input_Interrupt](workspace/14_Input_Interrupt/)
|
|
- [15_Timer_Interrupt](workspace/15_Timer_Interrupt/)
|
|
- [16_SysTick_Interrupt](workspace/16_SysTick_Interrupt/)
|
|
- [17_ADC_Interrupt](workspace/17_ADC_Interrupt/)
|
|
- [18_UART_TX_Interrupt](workspace/18_UART_TX_Interrupt/)
|
|
- [19_UART_RX_Interrupt](workspace/19_UART_RX_Interrupt/)
|
|
- [20_SPI](workspace/20_SPI/)
|
|
- [21_I2C](workspace/21_I2C/)
|