Hi there.I've the following situation:1- a struct typedef like:typedef struct {
uint8_t myData;
uint8_t crc;
}DATA_MEMORY_t;2- a struct pointer qualified as __prog__ (the struct resides at address 0x25c00)__prog__ DATA_MEMORY_t *dataMemor..
uint8_t myData;
uint8_t crc;
}DATA_MEMORY_t;2- a struct pointer qualified as __prog__ (the struct resides at address 0x25c00)__prog__ DATA_MEMORY_t *dataMemor..