lpc1788 + FreeRTOS + emWin

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

lpc1788 + FreeRTOS + emWin

1,330 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Dark0711 on Tue Feb 12 23:28:29 MST 2013
Hello With any animation screen jerks, can not understand what's wrong, please help. Projects attached below Sorry for my English.

Original Attachment has been moved to: FreeRTOS_emWin518_VS.rar

Labels (1)
0 Kudos
5 Replies

617 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by studyembedded on Sun Nov 17 18:45:10 MST 2013
Hi Dark0711,

Thanks for sharing project with us. But it seems that link is broken....can you please share it once again?
Thank you!
0 Kudos

617 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by studyembedded on Tue Feb 19 05:19:15 MST 2013
Hi Dark....it's great that you manage to solve this misery...congrats!
0 Kudos

617 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Dark0711 on Thu Feb 14 23:28:28 MST 2013
problem solved

#define MATRIX_ARB  (*(volatile U32*)(0x400FC188))
  MATRIX_ARB = 0            // Set AHB Matrix priorities [0..3] with 3 being highest priority
               | (1 <<  0)  // PRI_ICODE : I-Code bus priority. Should be lower than PRI_DCODE for proper operation.
               | (3 <<  2)  // PRI_DCODE : D-Code bus priority.
               | (0 <<  4)  // PRI_SYS   : System bus priority.
               | (0 <<  6)  // PRI_GPDMA : General Purpose DMA controller priority.
               | (0 <<  8)  // PRI_ETH   : Ethernet: DMA priority.
               | (3 << 10)  // PRI_LCD   : LCD DMA priority.
               | (0 << 12)  // PRI_USB   : USB DMA priority.
              ; 
  //MATRIX_ARB = 0x00000C09;

Generally, if someone should lay out a working assembly.
Ingredients:
FreeRTOS + emWin 5.18 + simulator VS2010 (tied completely to the project)
inside:
draws keyboard
iron:
SBC1788 Single Board Computer + LCD 7 (800 * 480)
project:
http://yadi.sk/d/N09h-Y8V2cCFQ
0 Kudos

617 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Dark0711 on Thu Feb 14 06:47:05 MST 2013
Hi Studyembedded
IDE: Iar Embedded Workbench 6.40.2
TFT: 800*480 LCDX000-70T 090303
bord: SBC1788 Single Board Computer "http://www.armkits.com/product/sbc1788.asp"
Thank you very much.
0 Kudos

617 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by studyembedded on Thu Feb 14 03:36:57 MST 2013
Hi Dark...please be more specific about your project, please mention IDE, TFT screen size, model etc ....know body is having time to download your project and check it from scratch...please revel ever thing possible in you thread....for cortex tutorials check www.zembedded.com
0 Kudos