FelipeMdeO commented on issue #13238: URL: https://github.com/apache/nuttx/issues/13238#issuecomment-2359663044
Hello @fdcavalcanti. I am trying solve spi slave communication and I made some progress. However I am stucked in other issue, maybe you can help me. The CS pin was configure to generate IRQ in Rising edge:  But I am getting IRQ in both edges. I solved this locally but I believe the final solution should be changing the HAL I changed `spislave_cs_interrupt` to get more prints:  Look whats happen:  @tmedicci Can you help us looking better about this IRQ? -- 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]
