2020-09-18 07:02 PM
Regarding the message error about QEMU unsupported FP, I tryed to set MCU option to Floating Point Unit to none, but some parts of code uses VFP register arguments.
2020-11-02 03:48 AM
I'm getting the same error and when I searched for it, I found threads dating back to 2015 and no recent threads. In those, there was no FP support and I don't know about now if anyone did anything to add FP support. Also, I find this where it says to disable the hard FP but still no effect. Did you find anything?
2020-11-02 04:33 AM
Check where the code enables the FPU, might be doing it in SystemInit(), grep the code.
2020-11-02 05:00 AM
Do I need to comment out that section, because if I do so, it gives error that VFP register arguments are being used but .elf file does not.
2021-11-09 12:12 PM
Don't use PLL