2022-07-08 08:37 AM
I'm currently using STM32l431cc and I want double or triple the size of flash, keeping the pinout constant. I want to order large number of pieces in the future, so i looked in the table and found that one version stm32l451ce is present. So my question, is stm32l451ce can be a perfect replacement for stm32l431cc, just with bigger flash?
I just need some confirmation before doing this..
Thanks in advance.
regards,
vmere.
Solved! Go to Solution.
2022-07-08 08:49 AM
Doesn't CubeIDE have some part-fitter / will-it-blend tool?
Look also at the different startup.s files, a quick diff/merge can usually show subtle differences in peripherals/functionality.
Will also take external QuadSPI
2022-07-08 08:49 AM
Doesn't CubeIDE have some part-fitter / will-it-blend tool?
Look also at the different startup.s files, a quick diff/merge can usually show subtle differences in peripherals/functionality.
Will also take external QuadSPI
2022-07-09 01:04 PM
Hey, Thanks for reply, I already know this one.
But the problem is our product is already in the market.
So I'm looking for pin compatible one's...!
Regards,
Vijay
2022-07-19 12:57 AM
Opening the datasheet and checking the pin compatibility takes the same amount of time as writing this topic... And being pin compatible doesn't imply binary compatibility - that's a second factor to check.
2022-07-19 07:46 AM
Thank you, but frankly speaking, I don't agree completely.
I work in a firm where they use STM products and since there is a shortage everywhere, it is important to have alternate options. So I want pin compatibility and other peripherals to be included in the new one. And it is important to have cost options.
That is the reason they created the tool in the first place.
Because they sell 1 million every year and even 10 cents will be a big thing. So a tool is quite important.
And thanks to @Community member , I got to know that there is a tool that exists.