This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

prevention of running code from ram

Hi.
Can the nrf52840 prevent running code from RAM ? in general ?
I know there are bits of code in the nrf sdk that transform byte codes into a function (so it's in ram) and then run it, but i want to prevent like in modern OSes running from the stack (like there are pages and each page can have the no execution flag set, but the processor is the one to verify that).

Parents Reply Children
No Data
Related