Hi,
I followed successful the app note and the examples.
I have a struct with about ten fields of int, float etc for calibration data, which will be kept in flash.
I would like to have the possibility the initialize this struct when I first program the device using JTAG. This will be very helpful.
So I thought to use the CMD file, and somehow define the struct, the values and the location in that file, so the linker will recognize it and write it to flash when programing with JTAG.
Is that possible somehow ?
Thanks a lot
