Part Number: CC2640R2F
Tool/software: Code Composer Studio
Hello,
During boot up, I have an I2C part that is particularly slow. It takes 150mS for the part to self configure/boot up and each write to a configuration register can take up to 100mS to execute. The reason is that when configuration is updated the part writes to the part's internal FLASH. Which is slow.
Is there a preferred way of waiting for a slow part like this? I saw in some of the examples that a sleep function exists, but I also saw in some of the help cases that sleep might not be the best way.
Is there another function that would work better in this circumstance?
Jason