Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
namestm32f103c8.pdf
View file
namepm0056-stm32f10xxx20xxx21xxxl1xxxx-cortexm3-programming-manual-stmicroelectronics.pdf

View file
nameComparisonsAcrossSTM32s.pdf

...

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

...