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?