no1wudi commented on PR #12554: URL: https://github.com/apache/nuttx/pull/12554#issuecomment-2197050697
> @no1wudi If you compare how it implemented on [ESP-IDF](https://github.com/espressif/esp-idf/blob/e7070e777a079695f69720ffb3c631c5fe620cc6/components/riscv/include/riscv/rv_utils.h#L245C24-L245C47), there are some differences than your implementation. For example [CSR_TCONTROL](https://github.com/apache/nuttx/blob/master/arch/risc-v/include/csr.h#L308) register set is missing. Seems some missing register operations are the core reason. The only difference is CSR_TCONTROL, but I tried to write MPTE and MTE to it in may local machine as ESP-IDF does, but it still doesn't work. -- 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]
