Migration from F4 to F0 - Resource Request?
Hello,
Are there any resources similar to AN3364, that describe the migration directly from F4 to F0?
Thanks.
Hello,
Are there any resources similar to AN3364, that describe the migration directly from F4 to F0?
Thanks.
Migration documents are made only for families, where migration (which means, "making the same or very similar application using different parts, here different mcu") makes sense.
'F0 and 'F4 are at the very opposite ends of the spectrum, it does not make sense to migrate an application from 'F4 to 'F0.
Cube/HAL is said to be a vehicle to move portions of designs seamlessly across the whole STM32 family. I don't use Cube/HAL.
The obvious difference between 'F4 and 'F0 is the processor (Cortex-M4 vs. M0); one very straightforward consequence is the strict requirement for aligned accesses in 'F0.
'F4 also has (besides higher max clock) a FLASH accelerator.
ADC is different in every family, but the 'F2/'F4/'F7 ADC differs from others' even more e.g. by the lack of need for calibration.
SPI and I2C are quite different between 'F4 and 'F0 (and UART is partially different, too), as there was a relatively major rework of these peripherals exactly between 'F4 and 'F0.
DMA, USB are very different.
'F0 and 'F3 are of the same generation i.e. they share the SPI/I2C/UART design, while having different processors.
JW
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.