Hi,
I'm developing an embedded system based on my board very similar to Black Beagleboard com AM3359,
I use Real Time OS, the TI-RTOS.
The boot, the asynchronous serial bus are functioning and my application works.
I need to drive an raster LCD display (ex.640x480), but I can't set up the AM3359 to use it with RTOS.
I tryed to adapt some code from StarterWare example (Raster example):
- I'm able to do the LCDModuleClkConfig() function;
- The system fail when I try to do the RasterClocksEnable(SOC_LCDC_0_REGS) function and when I try to read the memory address related to display these seems to be locked.
In fact, the memory area in the registers of the LCD will be locked, not accessible.
Can you give some advice to solve this problem?