Hello everyone,
I wanted to place some data (variables) at an absolute memory location in the RAM. For example i want to define an array of 100 integers and place it at a specific location in the RAM. How do i achieve this and where can i find the related documentation and examples?
Thanks!