core icon indicating copy to clipboard operation
core copied to clipboard

Porting to STM32L476.

Open XRay3D opened this issue 4 years ago • 2 comments

What functions and hardware resources need to change or use to porter to STM32L476. I have them more than 100 pieces.

XRay3D avatar Sep 06 '21 09:09 XRay3D

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?

terjeio avatar Sep 06 '21 16:09 terjeio

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.

XRay3D avatar Sep 07 '21 10:09 XRay3D