hai
i want to store a struct contains two elements . can i store it in flash using pstorage....? if so how can i do that.........?
or
can i store a two dimensional array instead of a one dimensional array...........?
thank you
hai
i want to store a struct contains two elements . can i store it in flash using pstorage....? if so how can i do that.........?
or
can i store a two dimensional array instead of a one dimensional array...........?
thank you
Great. If I answered your question please consider accept my answer by clicking the grey circle with a check mark next to it.
@Petter
what will be the value of mystruct_t
in sizeof(mystruct_t)
...............?
The value? I don't understand.
what is mystruct_t
means..........?
is it a struct or a pointer......?
It is a typedef'ed struct:
typedef struct
{
uint8_t foo;
uint32_t bar;
} mystruct_t;