Altera_Forum
Honored Contributor
14 years agoa problem with UC/OSII
hello all,
I have a problem here with UC/OSII.. I used the demo of the altera NEEK (NIOS-DEVELOPMENTKIT) the PIC-VIEWR demo, I used it as a starting point of my own design application, the system includes touch-screen LCD, sdram, and sram, we changed the LCD to 480x272 one and changed the VGA controller to work with this new LCD. when we wrote the code and began with a NIOS II application and BSP from template we we choose the hello_world template every thing is ok the LCD views IMAGES fast enough that we can not notice any problem, but when we choose the hello UC/OSII template to convert to an operating system the LCD views the IMAGES slowly we can notice the frame drawn slowly it takes 2 seconds to fill the area of the LCD!!!! and this is before starting the operating system, before OSSTART(); and before creating any TASK!!! the software application is the sameand the hardware is also the same, so we believe the problem is in the OPERATING system... can any one help please??