2024-12-16 12:00 AM - last edited on 2024-12-16 12:53 AM by SofLit
Hello,
I am working with the STM32H503 board and using the I3C TX FIFO in target mode for communication. However, I have encountered an issue where, when transmitting data, the FIFO is only sending 8 bytes in total.
I would like to configure the TX FIFO to send up to 255 bytes instead of the default 8 bytes. Could anyone advise on the correct configuration or settings to achieve this? Specifically, I am interested in any register settings or FIFO-related parameters that need adjustment.
Find attached my I3C configuration.
Thank you for your help!
2024-12-16 02:43 AM
Hello @I3c_master
Please refer to the AN5879 to set your I3C communication.
2024-12-16 03:00 AM - edited 2024-12-16 03:01 AM
Hello @Saket_Om,
I did the same configuration as in the referred document, however the it is only transferring 8 bytes only. In addition, if I configure it lower than 8 it works, but it seems that it is limited on 8 bytes, what do you think might be the problem?
2024-12-16 05:01 AM
Could you please share your code and IOC file so that we can assist you more effectively?