• It looks like it's not working because startup_stm32f411x.s doesn't actually exist :)

    However boards/STM32F411DISCOVERY.py actually references startup_stm32f401xx - so I guess that's something you must have changed anyway?

    I just checked up on this, and it's because the board file contains the wrong number of ADCs. If you git pull now it'll work, without modification.

    To find out what's wrong with the CSV I'd add some print statements to scan_pin_file in scripts/pinutils.py - it's likely that one of the lines that's changed just has too few commas in it?

About

Avatar for Gordon @Gordon started