Hello,
I'm using DM8148 platform and SysBIOS v6.32.3.43. I modify the BIOS example "task mutex". There are two tasks that I modify one to receive data via UART, and the other is for sending data via I2C. The exception would occur when it intializes I2C.
I found that the address area 0x4XXXXXXX is able to access after I executed GEL file, but it failed to access after I load the .out file. Furthermore, it displayed "0BAD" from address 0x00000000 to 0x7FFFFFFF in memory browser.
I tried the original task mutex example. Memory of the same area was unable to access after the .out file was loaded.
When I loaded the simple BIOS Hello example with the same GEL file, the memory could be accessed.
I need to control some peripherals in multi-task code. Could anyone help me how to solve this problem? Thank in advanced.
Regards,
Eric