• targets/stm32/jshardware.c

      // Remap system memory to address 0x0000 0000 in address space
    [#ifdef](https://forum.espruino.com/search/?q=%23ifdef) STM32F4
        SYSCFG->MEMRMP = 0x01;
    [#endif](https://forum.espruino.com/search/?q=%23endif)
    
About

Avatar for dponyatov @dponyatov started