documentation porting to new MCU, pins.csv et al #18315
Unanswered
niallp
asked this question in
STM32 / Pyboard
Replies: 1 comment 1 reply
-
|
Did you clean the build directory between build attempts? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've successfully used the existing port for the NUCLEO_H723ZG and now have a custom board with the stm32h725ig, pretty much identical processors (SMPS controller vs. LDO and a few more pins for GPIO) but can't figure out what changes are necessary in the mpconfig.h and pins.csv to get it to compile. Even after cutting down to a minimal example (just I2C and SPI) it eventually dies with 'pin_A5' undeclared or similar.
Is there any documentation with more details on the porting process ? Other files I should be looking at ? Google searches and reading the generation scripts isn't getting me very far ... :-/
Beta Was this translation helpful? Give feedback.
All reactions