2019-08-12 04:02 AM
Hi,
I developped an application using a STM32F373C8T6, but now it's time to go to production I found a very affordable source for the STM32F373CCT6.
As far as I know, it's the same chip, the CC version only has more memory.
Can I use the same hex file on both ? I don't need to access more memory than the C8 has.
I made the firmware using CubeMX.
Thanks in advance!
2019-08-12 06:14 AM
The final responsibility is yours, but yes, it's the same chip, same footprint, differing only in memory - should work.
JW