Porting from NXP LPC1788 to new NXP LPC4088.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Porting from NXP LPC1788 to new NXP LPC4088.

    Hello,

    I'm trying port my project from NXP LPC1788 to new LPC4088. Its a quite simply operation but I faced a problem.
    Program is crashing on function GUI_DEVICE_CreateAndLink in LCD_X_Config from LCDConf.c. Looks like it is crashing in some loop.
    DISPLAY_DRIVER is GUIDRV_Lin_32_API
    COLOR_CONVESRION is GUICC_888
    And I m using trile buffering, so NUM_BUFFERS is 3
    Emwin buffer is set to 10 MB. Display size 800*480.

    C Source Code

    1. void LCD_X_Config(void){ // Initializing multibuffering
    2. GUI_MULTIBUF_Config(NUM_BUFFERS);
    3. // Set display driver and color
    4. conversion for 1st layer
    5. GUI_DEVICE_CreateAndLink(DISPLAY_DRIVER, COLOR_CONVERSION, 0, 0); // here it crashes...

    Have you got any ideas about reason of my problem?
    Thanks.
    Best regards,
    Anton