Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello,
we are experiencing problems with the example project "MMCSD_FatfsConsole_bbbAM335x_DMA_armExampleProject"
as included in PDK for AM335x 1.0.9. Building it after importing into CCS isn't possible as we get an Error regarding
missing EDMA Library ("ti.sdo.edma3.drv.sample"). Manually including this Library via the project settings (Adding EDMA3 Low Level Driver 2.12.5) as Product)
fixes this but serves us with another error:
'hwAttrsConfig' undeclared (first use in this function) main_fatfs_console.c"
It might very well be that we are missing something or having a toolchain misconfiguration. Nevertheless we couldn't find any documentation regarding mentioned
Struct (which should be MMCSD_v1_HwAttrs).
Thank you in advance.