ok been trying...
first how i put a variab;le in user flash?
lets say
flash[3]{
1,2,3
}
now with flashc.h i can call to write 1 byte
extern volatile void *flashc_memset8(volatile void *dst, U8 src, size_t nbytes, Bool erase);
i want to write 0xFF to flash[0]
been trying not working