Gordon, I need a bit of help with the STM32F4 start-up. I'm trying to get the NucleoF411 version of Espruino to work on the emw3165 since it's the same CPU chip I figured that it should work... But it's not. Where it seems to die is in the clock config at targetlibs/stm32f4/lib/system_stm32f4xx.c line 559:
557 /* Select the main PLL as system clock source */
558 RCC->CFGR &= (uint32_t)((uint32_t)~(RCC_CFGR_SW));
559 RCC->CFGR |= RCC_CFGR_SW_PLL;
Do you have any suggestion? The WICED emw3165 config has the following defines:
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.
Gordon, I need a bit of help with the STM32F4 start-up. I'm trying to get the NucleoF411 version of Espruino to work on the emw3165 since it's the same CPU chip I figured that it should work... But it's not. Where it seems to die is in the clock config at
targetlibs/stm32f4/lib/system_stm32f4xx.c
line 559:Do you have any suggestion? The WICED emw3165 config has the following defines: