refactor: serialize CH390 runtime SPI access
Move runtime CH390 transactions behind a single ch390_runtime owner so main, lwIP glue, and EXTI no longer compete for SPI access. Keep the system stable under runtime load and capture the remaining CH390 readback failure as a credible low-level device-response issue in the handoff logs.
This commit is contained in:
@@ -549,6 +549,11 @@
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\Drivers\CH390\CH390_Interface.c</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>ch390_runtime.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>..\Drivers\CH390\ch390_runtime.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
<Group>
|
||||
|
||||
Reference in New Issue
Block a user