Hi, I'm new here and I use nRF52832 (pca10040), I was wondering if it is possible to change a function in C / C ++ language during the runtime, that is, my idea is whenever I have a new function, I delete the old one and send via RTT or bluetooth, and save the new function in flash memory. I'm thinking of putting the function in a dynamic library to change, but I do not know if it works on nRF52.
Best regards.