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).