sammytranGeo commented on PR #11845: URL: https://github.com/apache/nuttx/pull/11845#issuecomment-1981136389
@acassis Glad to see you here! `wait_ftfc_ready()` is a while loop that exits when the CCIF bit of the FSTAT register in the FTFC (Flash Memory Module) is 1. If a command is complete the CCIF is set to 1. If a command is unable to complete (ex invalid parameters, protected memory, execution error), the command is terminated and the CCIF is set to 1. Errors are reported by other bits in the FSTAT register. I've looked through erratas, I could not find any documentation related to the CCIF bit getting stuck. Is there anything else you would like me to verify? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
