2025-01-29 11:45 PM
We're looking to replace our F105 processors in the next generation of a an automotive application.
We want
At a first glance F423 looks like a good candidate since it's mostly sw/pin compatible and has a subset of security features. But at this point I'm not sure whether it's enough to fulfil our security needs. And not having CAN FD support might be a blocker.
Do you have any suggestions on other lines of processors that could fulfill the role the F105 has filled for us?
I've started reading some app notes. Any other resources that you can recommend?
2025-01-29 11:57 PM - edited 2025-01-29 11:59 PM
Hello @Daniel Näslund
To find all STM32MCUs that are compatible with your needs (peripherals you want, ram, package,...). you can go to the STM32CubeMX, start your project from an MCU:
and start using the filters to find what you want exactly:
For pinout compatible, select your own MCU (the STM32F105 that you are using) and click on start a project using it. After that go to select the list of pinout Compatible MCUs and you will find all Pinout Compatible MCU (you can even have some filters):
PS: STM32MCUs are not certified for Automotive, If you are looking for automotive products, please have a look at this page: Automotive Microcontrollers (MCU) - STMicroelectronics
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-01-30 12:09 AM - edited 2025-01-30 12:13 AM
Hello,
If CAN FD is a must. The families F4, F7 could not be in the list as they feature bxCAN (CAN 2.0).
STM32H5 family could be a good candidate but no 3 FDCAN instances. Only two.
It has more security features than F4: Trustzone for example (I'm not expert of the security).
For example: STM32H563 part number, this is a list shown by CubeMx:
I can suggest also STM32G4 family. Example STM32G473 which is having 3 FDCAN interfaces but without Trustzone sucurity feature.
Screenshot from CubeMx:
Hope that helps.