Hello Community
I need to establish communication between the S32K312EVB-Q172 board and another board via serial communication (I2C or UART) for data acquisition and processing at 100 Hz. To familiarize myself with this interaction, I chose to reproduce the "Uart Dma Transfer EBT" example.
When trying to recreate this code, I ended up with a series of questions that I couldn't clarify with the Help document. Among them:
1. Was the fact that the example was configured via EBT simply by choice, or was there a specific reason?
2. In order for my code edits to be embedded, I'm having to manually delete the .slxc folder and the slprj file from my current folder. I'd like to know why this is happening, and if there's any configuration that avoids me having to perform this procedure manually.
3. Where can I find a legend with the numbers corresponding to the specific events of each interrupt invocation callback?
4. I adapted the proposed code so that I don't need to use the serial converter cable, but simply connect a jumper between points J3.21 and J3.18. However, the code only replicates the typed character once when the Uart_SyncSend functions (used to "debug" the code) are not commented out. When the functions are commented out, the buttons continue to work and the LED colors change, but the characters are not reproduced, which makes no sense to me.
I'm new to this NXP platform, and any help would be greatly appreciated.
P.S. I'm programming the #S32K312EVB-Q172 board using the #MBDT platform and the S32CT IDE to configure.