Hello.
I am trying to create an image on the Custom Board of TDA3 + LPDDR2.
The final purpose is to verify that the I2C communication of the Custom Board is operating normally.
I would like to build the image by modifying the example file used in the Vision SDK UserGuide TDA3xx.pdf and check it using CCS boot.
※ Flow Summary
-------------------------------------------------- ---
PROCESSOR_SDK_VISION_03_04_00_00\ti_component_drivers\pdk_01_10_00_08\packages\ti\csl\example\i2c\i2c_led_blank
Add the contents of the this file to the example code of the UserGuide.
Use gmake to build the image file below.
vision_sdk_arp32_1_release.xearp32F
vision_sdk_c66xdsp_1_release.xe66
vision_sdk_c66xdsp_2_release.xe66
vision_sdk_ipu1_0_release.xem4
vision_sdk_ipu1_1_release.xem4
Boot the image using CCS Boot (UserGuide 3.7).
When boot CCS, select Scripts -> TDA3xx MULTICORE Initialization -> TDA3xx_MULTICORE_EnableCores, then select DDR Memory Setting -> LPDDR2 400Mhz.
All other parts are the same as the guide.
-------------------------------------------------- ---
I did this, but it did not run properly.
So I checked PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\apps\configs\tda3xx_evm_bios_all\cfg.mk file.
The file had DDR_MEM = DDR_MEM_512M and Supported values: DDR_MEM_512M DDR_MEM_128M.
How do I modify this image file for LPDDR2?
Thank you for your help.
(I've asked similar questions about booting qspi before, but this is a completely separate issue.)