import: pb5700_sdk-FPGA package

This commit is contained in:
Roy_01
2026-02-03 11:37:13 +08:00
parent 1aeb8b4b82
commit 54c099819f
608 changed files with 105186 additions and 86 deletions
+26
View File
@@ -0,0 +1,26 @@
sys_exception
---
This example is a demo project to trigger exception event with software
+ It will register the exception handlers (ecall) from App layer
+ Trigger exception event with instructions (ecall)
```c
// at main.c
__ECALL();
```
## Log
Use serial port with baudrate 115200, 8bit, no parity check.
+ `ecall`
```
Jul 17 2025 10:05:43
Software triggers exception event
=> enter ecall handler (cause= 11)
```