Search Results

Search results 1-4 of 4.

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

  • Hello, I recently started using SES (after using Keil). I tried to import an old project from keil to SES but it didn't work. So i tried to make a new project but i cant even get an LED blinking. I had tried the method from this topic: [SOLVED] Getting Started Embedded Studio & Nucleo STM32F103 My PCB has an LED attached to PB6 which I wanted to toggle to check the GPIO C Source Code (46 lines) I think i may have something wrong configured with SES. I made also the new project according to this …

  • Hello, I have changed the computer and now it works correctly. I don't know what was the reason, because before sample program was crashing and it is still mysterious for me. I tried to changed processor in project options and I found out that i don't have "target processor" option in project options. I added it by changing lines in solution code (but I'm not sure is it appropriate solution). After this I changed two assemblers files (after importing was "excluded from compilation" for some reas…

  • Thank you for replay I moved the program by the import. I didn't follow the troubleshooting yet. I checked now the sample solution and it compiled but after I run debug the program instantly goes to "HardFault_Handler". And I think that is only just problem with SEGGER that I can not handle with. I reinstalled SEGGER but it didn't help. Do you have any idea for this kind of problem?

  • Hello, I moved project from Keil to Segger Embedded studio and now while i debugging my processor freezes after enabled the interrupt sources. When i used keil the whole program worked correctly. What can i do to make debug work correctly at Segger? I flash via j-link and use STM32F103VC First, I imported using the internal toolchain. When building, I got 2 errors: Source Code (2 lines) and want to change the following functions: C Source Code (23 lines) I have tried to use assembler instruction…