Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Quote from SEGGER - Nino: “ To fix this all you need to do is to use the latest STM32F4xx package from the ES package manager and create a new project with it with the latest Embedded Studio version. Then all startups and handlers that are required for this should be set up correctly and your sample application will work as expected and print random numbers. Can you confirm that creating a new project with the latest files works for you as well? ” No, it is still not ok. Please find the screensh…

  • Hi, after one of my rarely touched projects wasn't working any longer properly (although it did compile without errors), I was able to reproduce the issue even by using the sample project from the STM32F4xx package: - Create a new solution/project with STM32F4xx package "C/C++ executable for STM32F4xx" - Choose target STM32F405RG - Settings: Compiler: Either GCC or SEGGER, Linker: SEGGER - Change the main.c to this to verify the rand() function: EDIT: With SEGGER compiler the problem doesn't sho…

  • Hi, I wonder why there is no STM32G03x package available? What would be the best way to create a project for STM32G030 MCU then and also to import a skeleton created with CubeMX? My understanding is, the best way is to create a new project and add the source files manually. However, which startup code should be used? The one from Segger ("Cortex_M_Startup.s") or the one from STM ("startup_stm32g030xx.s")? Which settings need to be adjusted (heap size, stack size, CPU specific etc.)? Thanks & reg…