I am extending the firmware, using the Murata Type2AB .. I have the build,
it has hex, bin, elf outputs (building on linux)
I don’t have a JFLASH provided adapter, just a mini, just a single guy.
the VS menu wants to load elf. my license doesn’t support elf.
I want to load hex, the sdk supplied hex (in binaries) works
my VS built hex does not. (it is bigger than provided, as expected)
I can use JFlashLite (Which supports hex, but not elf)
My new code entry is commented out, light on 2ab doesn’t come on after flash of hex file
anyone have any suggestions how I can move forward?
end of build output
[ 99%] Building C object CMakeFiles/Type2AB_EVB-DW3_QM33_SDK_UCI-FreeRTOS.elf.dir/home/sam/Downloads/DW3_QM33_SDK_1.0.2/SDK/Firmware/Projects/DW3_QM33_SDK/FreeRTOS/DW3_QM33_SDK-FreeRTOS-Common/main_uci.c.obj
[100%] Building C object CMakeFiles/Type2AB_EVB-DW3_QM33_SDK_UCI-FreeRTOS.elf.dir/home/sam/Downloads/DW3_QM33_SDK_1.0.2/SDK/Firmware/Projects/DW3_QM33_SDK/FreeRTOS/DW3_QM33_SDK-FreeRTOS-Common/hooks.c.obj
[100%] Linking C executable Type2AB_EVB-DW3_QM33_SDK_UCI-FreeRTOS.elf
Memory region Used Size Region Size %age Used
RAM: 124496 B 256 KB 47.49%
FLASH: 457600 B 1016 KB 43.98%
CALIB_SHA: 32 B 4 KB 0.78%
CALIB: 4 KB 4 KB 100.00%
[100%] Built target Type2AB_EVB-DW3_QM33_SDK_UCI-FreeRTOS.elf
file manager view of buildoutput