Tool/software: Code Composer Studio
-processor_sdk_rtos_am437x_6_03_00_106
-ccs930
-PRU-ICSS-HSR-PRP-DAN_01.00.05.01
Hi,
I have two potential issues or miss understandings :
1.) In past releases of SW I have the same issue and I don't know if is this my problem PROJECT/SDK/PDK problem.
When I build project in debug configuration in CCS, project take release builds from pdk and debugging of project is pain. In the previous SDK releases, I modify make rules for release build with -O0, soo I get "debug" build from release objects. This is kind of nasty hack... What I need to do, that project in CCS will take debug builds from PDK?
2.) I'm currently upgrading TI software (PRU-ICSS-HSR-PRP-DAN and TI RTOS) on our project on custom board and I face many problems. Because I had doubts about memory settings and heap I check ROV and found funny data. Then I start looking back where "funny" thinks start happening. So now I run "prp_app" in initial state with PRSDK-8424 and 3086 patch in debug mode on IDK AM437 board and found this:
Why Fxn is changed??? taskLedBlink2 and RedLifeCheckTask are multiplied over other task functions. Is this ROV problem or application memory problem?
Regards, Mare