What I meant by peek/poke though was setting up the DMA peripheral in the chip. For that, you'd need to look at the chip's datasheet to find the addresses that you needed.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@randunel
process.memory()
has some addresses in it and there's a bit of info here: http://www.espruino.com/STM32F1FlashWhat I meant by
peek
/poke
though was setting up the DMA peripheral in the chip. For that, you'd need to look at the chip's datasheet to find the addresses that you needed.