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.

CCS: TMS570LS0914: Command Registers (IF1CMD and IF2CMD) were declared as uint8

Tool/software: Code Composer Studio

When I looked at the code generated by Hal, I found that IF1CMD and IF2CMD were declared as uint8. I wanted to ask what would happen if they were declared as uint32, because when I declared as uint8, the data could also be sent, but part of the way there was no data transfer.