Getting started with STM32F767ZI
Hi,
I am just Getting started with STM32F767ZI using a Nucleo F767ZI dev board. Prior to that I have only used in commercial project PIC24H family of Microchip and embedded C language. Can anybody help with how to get started with it.Following are the question which are coming into my mind and struggling to find much online material .
- How to add MCU specific header files. (Any libraries need to be added such SPL?)
- How to use it without using HAL libraries.
- Where to find example codes tutorial specific to above model.
- Could not figure out how to just create not generic but MCU specific code just to blink an LED or control its inputs outputs.
- Any other evaluation tools recommended for the above MCU to get started ?
Please Help.
#getting-started-with-stm32