Hello, comrades!
I'm trying to implement RTT (real-time-transfer) feature for debug and tracing of code with OpenOCD.
Wiki of Segger said that
RTT background memory accesses are performed either via via RISC-V system bus access (SBA) or via AHB/AXI-AP.
(?https://wiki.segger.com/RTT#RISC-V_specifics?)
Could you tell - are SBA and/or AHB/AXI-AP access available in CH32V307 core?
Have you tried to implement RTT or some similar soft for CH32V307?
---
我正在嘗試為CH32V307微控制器實現(xiàn)RTT(實時傳輸)。 你能告訴我這個家族是否有能力在系統(tǒng)運行時通過SBA或AHB/AXI-AP訪問內(nèi)核和內(nèi)存寄存器?