User Activity

We have our application running with the SBSFU feature and are not sure if our linker files are designed correctly. In our application linker file, the CCMRAM is used :/* Entry Point */ ENTRY(Reset_Handler)   /* Specify the memory areas */ MEMORY { r...
Hi,when the backup power domain gets reset, are the RTC backup registers guaranteed to be zero or can they be any arbitrary value?
Posted on March 29, 2018 at 16:02Hello,for debugging our systems in production where the firmware is not yet flashed on the chip, we want to control attached peripheral devices only with SWD. So far we can switch GPIOs successfully with SWD. This gi...
Posted on March 22, 2018 at 11:47I am trying to debug my STM32F407 based board with the ST-LinkV2 adapter. It works fine when i use SWD, but i cannot get a JTAG connection.Here is the error i get when trying to connect via JTAG:Wrong device detected...
Posted on March 20, 2018 at 16:09Hi,i have an ADC where i want to read multiple channels sequentially and than use this data. I read them every second or so, so i want to start the reading manually each time. But when its started it should read all ...