2022-02-25 02:47 AM
2022-02-25 03:00 AM
Devil is of course in the details, but for a basic guideline, read AN4660.
JW
2022-02-25 03:09 AM
Ok without reading all the datasheet.. pinout should be the same... what about the memory map and the registers ?
2022-02-25 06:00 AM
>>How do you see the effort in doing the porting?
Depends if you write portable code, or if your code has a lot of register/bit level minuta of the chips internals.
Are you using register level code, or HAL/SPL?
Watch for caching, and your relationship with memory.
For DMA perhaps use the DTCM RAM to avoid coherency issues.
Familiarize yourself with the MPU and how you can describe memory attributes for different areas.
2022-02-25 08:55 AM
The most tricky point is the cache usage and its maintenance.
I would suggest to read: