2023-05-27 01:59 PM
Hi All,
I am going to use STM32L471xx. So I am wondering what is the Eval board for that family. I searched for one and couldn't find any eval boards.
Note: I only found STM32L476G-EVAL for STM32L476ZGT3, but we are interested in the STM32L471xx family.
Thanks,
Shady R. Elmakhzangy
#STM32L4
2023-05-28 12:50 AM
They don't make boards for every chip, find a close proxy and use that, or get a breakout board and solder / wire a prototype.
What features of the L471 can't you test or evaluate elsewise?
2023-05-28 07:07 AM
Hi Tesla,
Thank you for your answer!
A breakout board is a good idea, but I couldn't find one for STM32L471xx.
Regarding your question, "What features of the L471 can't you test or evaluate elsewise?"
Actually, there isn't!
I can test all features I need on STM32L476G-EVAL once I ensure the drivers are the same as in STM32L471xx so I can use the same code on both without changes.
So the question is, do STM32L476G and STM32L471x share the same drivers? I am talking about I2C master, SPI master, SD/MMC, Clock management, ... etc.