Search found 1 match
- Wed Dec 29, 2021 7:53 am
- Forum: General discussion
- Topic: Mapping of peripherals by compiler
- Replies: 1
- Views: 1508
Mapping of peripherals by compiler
I am looking for a convenient (lazy) way to determine how the Arduino IDE maps STM32 peripherals when it compiles a program. I am aware of the PeripheralPins.c file that is used to map generic functions (I2C communications e.g.) to specific pins for a selected board. And, working backwards through ...