When creating an mbed project with ARCH_MAX board (STM32F407VET6, I’m actually using a chinese board), there are a couple of issues:
a) “No hardware register definitions” when debugging, this was resolved by adding the MCU definition to the mbed.xml
b) There is no target_source_clock option, and it seems I can’t easily use the HSE? I tried adding the key/value pair in mbed.xml for the USE_PLL_HSE_XTAL but this didn’t appear to change it either
Is this fixable?
Thanks