![onsemi AXM0F343 Скачать руководство пользователя страница 7](http://html1.mh-extra.com/html/onsemi/axm0f343/axm0f343_user-manual_1638424007.webp)
AX-ConfigurationUtility User Manual
7
•
Open Eclipse Project
•
Enable Message Box Popup in Eclipse if File got updated outside of Eclipse Editor:
Goto Window -> Preferences -> General -> Workspace and uncheck the
option "Refresh on access" in Eclipse.
•
To debug the driver firmware in the library included in the pack, path to the
library source requires remapping as below
a.
Goto Eclipse
→
Window
→
Preferences
→
C/C++
→
Debug
→
Source Lookup
Path
→
Add
b.
Add Path mapping and enter the below item in the path mapping
c.
C:\Users\fg8y4b\ON_Semiconductor\PACK on the LHS
d.
C:\Users\ID\ON_Semiconductor\PACK
→
ID to be replaced with the User’s
ID where pack is installed
in respective PC’s
.
By doing the above steps, the firmware drivers source files within the F343
pack is available for debug.
3.2.
Upgrading AXM0F343 CMSIS Pack
The Template firmware accesses CMSIS pack specific to the AXM0F343 SoC.
The Eclipse projects in Template firmware accesses the CMSIS pack drivers relatively be
defining environment variable in the project settings namely
AXM0F343_CMSIS_PACK_ROOT. Currently, this variable is set to a value
“${cmsis_pack_
root} \ONSemiconductor\AXM0F343\1.4.0
”
“1.
4
.0” denotes the PACK version
that is configured. This needs to be updated to the
upgraded version as below. For example: if the pack version is upgraded to 1.5.0, it
should be modified in the eclipse project settings as below in the installation directory of