Hello,
I am working with the RDBESSK358BMU (S32K358) using S32 Design Studio 3.6.4 and RTD drivers. I am attempting to run a simple Dio example to toggle the onboard LED to confirm MCU operation.
The project builds, flashes, and verifies successfully via the PEmicro debugger, and the device resets without errors. Breakpoints indicate that the application reaches main() and executes normally. However, LED D does not blink or change state, even when toggling output polarity and using long delays.
I configured the GPIO pin in the project’s .mex file and regenerated code, but the generated configuration files do not appear to reflect the pin changes, even after cleaning and rebuilding the project. currently the example uses PTA0 which doesnt look for my board
Could you please advise on: