f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
679 stars 145 forks source link

SVC exception #146

Open gnitnaw opened 7 years ago

gnitnaw commented 7 years ago

Do you consider using SVC exception to deal with the privilege of resource access? When I look at the user app. lcd_test, I have this issue because my own app. (to control gpio) will access the same address (for clocking).