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.