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.

Pervasive Display Epaper Library Problems



Hi,

I am using the following Boards and Libraries:

1. MSP-EXP432P401R Launchpad

2. EPD Extension Kit Gen 2 (EXT2) http://www.pervasivedisplays.com/kits/ext2_kit 

3. Epaper Display Library for Code Composer Studio: http://www.pervasivedisplays.com/download_forms/dl_ext2

I am trying to compile the project by importing in CCS, either its not compiling, but failing everytime.

If any one has tried on this library please help.

Thanks.

  • Hi Gautam!

    I believe this is a question for the MSP forum. I'm going to move the post there so someone can comment.

    Best Regards,
    Ben
  • Hi Gautam!

    What error do you get when trying to compile?

    Dennis
  • Now, after lot of trials, I was able to figure the exact source of the application, and I compiled, without any errors and but lot of warnings:

    +++++++++++++++++

    Description	Resource	Path	Location	Type
    #225-D function "ClearUartBuffer" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 183	C/C++ Problem
    #225-D function "ConfigureUART" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 196	C/C++ Problem
    #225-D function "erase_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 63	C/C++ Problem
    #225-D function "erase_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 75	C/C++ Problem
    #225-D function "erase_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 150	C/C++ Problem
    #225-D function "erase_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 234	C/C++ Problem
    #225-D function "erase_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 282	C/C++ Problem
    #225-D function "read_flash" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 50	C/C++ Problem
    #225-D function "read_flash" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 67	C/C++ Problem
    #225-D function "read_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 42	C/C++ Problem
    #225-D function "read_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 88	C/C++ Problem
    #225-D function "read_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 180	C/C++ Problem
    #225-D function "read_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 216	C/C++ Problem
    #225-D function "read_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 265	C/C++ Problem
    #225-D function "Rtos_Addtask" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 199	C/C++ Problem
    #225-D function "Rtos_Addtask" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 198	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 184	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 200	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 154	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 205	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 223	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 255	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 271	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 310	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 115	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 184	C/C++ Problem
    #225-D function "Rtos_Event_Handle_Timer" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 199	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 111	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 131	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	BootTask_Module.c	/EPD03/PDI_apps_drivers	line 133	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 108	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 120	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 130	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 169	C/C++ Problem
    #225-D function "Rtos_Event_Handle" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 176	C/C++ Problem
    #225-D function "Rtos_init" declared implicitly	main_PDI_APPs.c	/EPD03	line 42	C/C++ Problem
    #225-D function "Rtos_Task" declared implicitly	main_PDI_APPs.c	/EPD03	line 47	C/C++ Problem
    #225-D function "UartRecv" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 54	C/C++ Problem
    #225-D function "UartSend" declared implicitly	Data_Module.c	/EPD03/PDI_apps_drivers	line 58	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 103	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 117	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 165	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 200	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 235	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 249	C/C++ Problem
    #225-D function "write_flash" declared implicitly	CommandHandle.c	/EPD03/PDI_apps_drivers	line 283	C/C++ Problem
    
    +++++++++++++++++++++++++++++++++

    When I try to run the program, nothing works. I don't know if I am doing it right.

**Attention** This is a public forum