This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problems to access to data memory in picollo 28069



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