core
core copied to clipboard
Porting to STM32L476.
What functions and hardware resources need to change or use to porter to STM32L476. I have them more than 100 pieces.
If this is a low power version of the STM32F4xx series then the STM32F4xx driver can be used after adding STM32L476 to the to the clock tree setup?
You have to consult datasheets and also make a test project for comparing code to find out. If very different you may have to write a new driver - but I would guess at least the STM32F4xx driver can be then used as a template. A pin map file is likely needed as well - do you have bare MCUs or are they soldered on a useable board?
A pin map file is likely needed as well - do you have bare MCUs or are they soldered on a useable board?
I have NUCLEO-L476 and one pallet of MCUs I will most likely do my CNC PCB.