Hi there
I've got a data memory address ans i want to access to it's content. I this is in the L36SARAM of my picollo.
It is possible to copy it to a variable used by me?
I tried to point to the memory address and i couldn't copy it.
It is something like this:
unsigned long int teste_dat[10];
test_data[0]=*(data_memory [address]);
please help
Best regards
Antonio Gonçalves