2021-03-09 10:29 PM
I'm considering changing from STM32F723ZEI6 to STM32F723ZET6.
[Question]
・Is there a problem when I run the same program?
・Does they have the same functionality?
Solved! Go to Solution.
2021-03-10 12:07 AM
Hello @裕晶 井上 ,
Weclome to the STM32 Community =)
These two devices do not have the same package:
You have to check the pinout in the STM32F723xx datasheet , Table 10. STM32F722xx and STM32F723xx pin and ball definition.
You can use the STM32CubeMX tool, which offers the features to compare the characteristics of two or more MCUs through the "Cross Selector" tab, and to display the list of compatible MCUs, then export your current project configuration to a compatible MCU.
I advise you to refer to the UM1718 in section "Cross selector" and "Tutorial 5: Exporting current project configuration to a compatible MCU"
Hope this helps you.
If your question is answered, please mark the best post as "Best Answer" by clicking on the "Select as Best" button, this can be very helpful for Community users to find this solution more quickly.
Imen
2021-03-10 12:07 AM
Hello @裕晶 井上 ,
Weclome to the STM32 Community =)
These two devices do not have the same package:
You have to check the pinout in the STM32F723xx datasheet , Table 10. STM32F722xx and STM32F723xx pin and ball definition.
You can use the STM32CubeMX tool, which offers the features to compare the characteristics of two or more MCUs through the "Cross Selector" tab, and to display the list of compatible MCUs, then export your current project configuration to a compatible MCU.
I advise you to refer to the UM1718 in section "Cross selector" and "Tutorial 5: Exporting current project configuration to a compatible MCU"
Hope this helps you.
If your question is answered, please mark the best post as "Best Answer" by clicking on the "Select as Best" button, this can be very helpful for Community users to find this solution more quickly.
Imen
2021-03-10 12:43 AM