Part Number: PROCESSOR-SDK-AM335X
Our customer is looking for source code of LCD driver for Am335x in order to implement it under uITRON,(Japanese RTOS)
Could you instruct me where it is stored in SDK or Web ?
Best regards
T. Sakuma
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.
Part Number: PROCESSOR-SDK-AM335X
Our customer is looking for source code of LCD driver for Am335x in order to implement it under uITRON,(Japanese RTOS)
Could you instruct me where it is stored in SDK or Web ?
Best regards
T. Sakuma
Hi,
The latest AM335x PRSDK can be downloaded here: https://software-dl.ti.com/processor-sdk-rtos/esd/AM335X/06_03_00_106/index_FDS.html.
There is Starterware (bare-metal) LCD driver code in <PDK>\packages\ti\starterware:
To build the example code, issue the following from the starterware directory:
# gmake lcdc_app_raster PLATFORM=am335x-evm
Regards,
Frank