Hello, I try a sensor project in mbed plateform, i run it and it's work very well. So i export the project to Keil Uvision 5 and when i build it i have this error :
.\build\Sensors_Reader.axf: Error: L6218E: Undefined symbol __aeabi_assert (referred from main.o).
Someone can help me please
You can try to turn off the Microlib option under Options for Target - Target. And check if you have added --library_type=microlib in the Misc controls under Options for Target - C/C++. If yes, you should remove it.
I remove --library_type=microlib in the Misc controls and retry but i have the same error. I have another problem, i don't know if it's linked. My device isn't reconized and i can't change it.