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.

AM3359 LCD controller wih RTOS

Other Parts Discussed in Thread: AM3359
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?