This page will encompass all the information with respect to the compatibilities and differences between the stm32f0 architecture and the stm32f1 architecture based on application notes and documentation.
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
...
I2C Flow diagrams from stm32f1 reference manual:
Tx:
...
Rx:
...
CAN:
Interrupt specification for F1 → different from F0’s single global interrupt
...
Interrupt Flags:
...
Interrupt definitions for MD devices → 4 interrupt vectors (4 handlers, which we can poll for flags on)
...
Notes:
CMSIS needed to be upgraded to be compatible with later compiler
Need to go through and prune all build files to make as minimal as possible
Will need to update linker scripts before flashing
...