Go to previous topic
Go to next topic
Last Post 25 Jun 2007 03:57 PM by  buckeyeman@gmail.com
M5329EVB Display Kit
 1 Replies
Author Messages
will_synchro
New Member
New Member
Posts:


--
16 Feb 2007 04:45 AM
    Hi,

    I'm a new working with the M5329EVB and I would like to use the LCD display Sharp LCD-3.5-QVGA-20. I've just install CodeWarrior IDE v5.7.0 on my PC (win 2000). I downloaded the example source code on freescale website (mcf532x_LCDC.zip).
    I've open a project in the directory c:\mcf532x_lcdc\build\mwerks\m5329evb \m5329evb_lcd.mcp
    Once I opened it, I had to convert it because CodeWarrior didn't see an updated file. The problem is when I make the project I'm having many errors.

    Error : undefined identifier 'MCF_SCM_MPR0'
    sysinit.c line 61 MCF_SCM_MPR0 = 0x77777777;

    Error : undefined identifier 'MCF_EPORT_EPPAR_EPPA7_RISING'
    sysinit.c line 245 MCF_EPORT_EPPAR = (((MCF_EPORT_EPPAR_EPPA7_RISING)&0x0003)<<14);

    Error : undefined identifier 'MCF_USB_USBMODE_ES'
    usb.c line 30 MCF_USB_USBMODE(port) = (MCF_USB_USBMODE_ES | MCF_USB_USBMODE_CM_HOST);

    Error : undefined identifier 'MCF_USB_PORTSC_PTS_FS_LS'
    usb.c line 42 | MCF_USB_PORTSC_PTS_FS_LS

    Error : undefined identifier 'MCF_USB_PORTSC_PR'
    usb.c line 143 MCF_USB_PORTSC(port) |= MCF_USB_PORTSC_PR; // Set Port Reset

    Error : undefined identifier 'MCF_USB_PORTSC_PR'
    usb.c line 150 while (MCF_USB_PORTSC(port) & MCF_USB_PORTSC_PR);

    Error : undefined identifier 'MCF_SCM_BCR'
    LCDC_init_plane_b.c line 269 (MCF_SCM_BCR = 0x000003ff);

    Could someone help me ? I'll appreciate it.
    Thanks,
    buckeyeman@gmail.com
    New Member
    New Member
    Posts:


    --
    25 Jun 2007 03:57 PM
    Did this ever get resolved to the customer's satisfaction? If so, what was the solution?


    ---