STM32F765 support
I would like to add support for STM32F765. Linker script and alternative functions for STM32F765 are compatible with STM32F767 (which is already supported in ports/stm32/boards/stm32f767{.ld,_af.csv}).
How should I add support for STM32F765: copy and rename files or create symbolic links to stm32f767{.ld,_af.csv}?
stm32: Hard Fault in mp_stack_set_top(&_estack)
This is probably caused by something I'm doing wrong, but I'm trying to get micropython head to run on my custom STM32F765 board. I usually run an openmv based fork on this board which works fine.
During stm32_main, I'm getting a hard fault when running mp_stack_set_top(&_estack);
I've also compiled and tried to run the unmodified boards NUCLEO_F767ZI and STM32F769DISC which are almost identical chips, and in both cases they also hard fault at the same line.
Does anyone have either a NUCLEO_F767ZI or STM32F769DISC board and could check that current head d8e0320 runs on them?
Thanks!