Hi,
I am using BL1800 and I am trying to store data of two different data-type into SRAM - each with its own block of allocated memory. Mainly, 1000bytes for char and 1000bytes for unsigned long. Can I do that? For the past 2 or 4 days, I have been very unsuccessful. Although my program compiles successfully and uploads into the rabbit without any problem, when it runs, it doesn’t read the unsigned long data in the SRAM. At that point, program fails or halts.
Any ideas or help will be greatly appreciated.
Thank you in advance.