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.
-
Hi Alex, tnx for the respone. Quote from SEGGER - Alex: “What is on the dongle? Also an ST-LINK V2/V2-1? ” I'm pretty sure, that not. This would be an easy way for programming / debugging. ST recommends to use the STMQube software for programming, but I'd like to use SES for that. 73 de Kai DL1GJJ
-
Hello, I've got a STM32WB55 Nuleo Pack with a Nucleo Board and an USB Dongle. Programming the Nucleo Board is simple as the intergrated ST-Link can be changed to a JLink very easily. But what's about the dongle? Is there an similar easy way to program the controller on this dongle? I don't like to use the STMQube -Software only for proramming the controller. 73 de Kai DL1GJJ
-
Hi, I' have to save some variables over a reset, regardless a hard- or softreset. Found some suggestions here: Exclude variable from initialization how to use the .non_init section, but I'd like some things to know: * Do I always have to edit the "flash_placement.xml" or is this file, specially this section, preset in a new project? Or is there a simple way using the project properties setup in SES? * is this section under linker control, i.e. will it grow on demand? (I didn't find something abo…