Part Number: AM5718
Tool/software: Code Composer Studio
Hi,
I am trying to rebuild my pmic_test project as per your make file.I successfully build my project and read voltage using a function readPmicVoltage();.but i could not able to read the voltage using a newly declared variable.
1. first function call that exist in your code
2.after calling the same function and it returned to a newly declared variable named volt.but volt doesn't work properly...
main problem is i could not able to write anything newly to the currently existing code....
1.Summary of flag set is
-mtune=cortex-a15 -marm -Dam5718 -D__ARMv7 -DSOC_AM571x -Og -g -gdwarf-3 -gstrict-dwarf -w -Wall -specs="nosys.specs" -mfloat-abi=hard -Wl,-Map,"pmic.map" --entry Entry -nostartfiles -static -Wl,--gc-sections -L"C:/ti/pdk_am57xx_1_0_2/packages/ti/osal/lib/nonos/am571x/armv7" -L"C:/ti/pdk_am57xx_1_0_2/packages/ti/csl/lib/am571x/a15" -Wl,--defsym,STACKSIZE=0x10000 -Wl,--defsym,HEAPSIZE=0x800 -Wl,--undefined,__aeabi_uidiv -Wl,--undefined,__aeabi_idiv
2.included libraries
How we resolve this problem?? my ccs version is 8.2 and rtos v 5.01




