Hello Amuth.3,ST prepared this article regarding issues with debugging. There are listed most common problems and appropriate solutions. This article could be found here. I hope you will find it useful.
Hello Matthias,the problem is most likely happening, because the mentioned registers are part of SYSCFG and you need to first start the clock of the configuration controller in RCC if you would like to correctly read them out. If you will add line fo...
Hello IKarg.1,the LORAWAN middleware can be enabled only when SUBGhz IP is activated and for dual core project you need to also activate the IPCC. This note should also be shown in the STM32CubeMX when you click on the lock LORAWAN category. For corr...
Hello @mwb ,these bits are part of SYSCFG_UR1 register please check the reference manual rm0399. If you have in your code include CMSIS Device Peripheral Access Layer Header File(for example stm32H745xx.h) you can easily write something like :uint3...
Hello OTern.1,welcome to the ST community and thank your for your interest in our products. I guess you mean the ST Sequencer code that is usually imported together with our BLE example codes. There are several usefull sources of information regardin...