Posted on November 11, 2015 at 17:59 I have the following code: FLASH_EraseInitTypeDef EraseInitStruct; __HAL_FLASH_INSTRUCTION_CACHE_RESET (); __HAL_FLASH_INSTRUCTION_CACHE_ENABLE (); HAL_FLASH_Unlock (); /* Get the 1st sector to e...
Posted on November 11, 2015 at 17:41I have the following code: FLASH_EraseInitTypeDef EraseInitStruct; __HAL_FLASH_INSTRUCTION_CACHE_RESET (); __HAL_FLASH_INSTRUCTION_CACHE_ENABLE (); HAL_FLASH_Unlock (); /* Get the 1st sector to er...
Posted on November 12, 2015 at 10:20''Do you have any of the locks set?'' I assume '' HAL_FLASH_Unlock ();'' should have cleared any locks? ''What is at that address?'' Nothing at the moment... Perhaps its not erasing the address range I think...
Posted on April 12, 2015 at 22:52 I did originally consider some kind of Visual Studio plugin, but who wants 8gb minimum install for an embedded IDE, plus its tied to Windows, this is a completely fresh approach. It is pretty snappy, but as I said i...
Posted on April 12, 2015 at 21:58I have started a new open source IDE project, which solves a lot of these problems. It is Windows based (mac and Linux coming soon) It is very simple to install and setup straight, configures all the compilers and to...