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.

AM2434: AM243 profinet example debug mode issue

Part Number: AM2434

Hello.  I am using a profinet example code. 

name : profinet_device_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang

The app image file and XIP image file compiled in 'Release mode' in CCS had no issues when written to the flash memory.

However, after changing the settings to Debug mode in CCS, I compiled the project and then wrote it to the flash.

After analyzing the APP image, I found that the binary files were indeed different.

What is the difference between debug mode and release mode in this example? And how can I make the application run properly in debug mode?

  • Hello,

    This difference is usually dependent on factors like compiler optimization and the linked libraries.

    - How much is the difference between debug and release generated files?
    - Would you be able to share the files?
    - Have you tried to debug the code directly from Code Composer Studio without flashing it?

    Thank you.
    Kind regards,
    Kamil