User Activity

The datasheet only shows the current of the STM32WB55 at 3.3V; what happens at 1.8V? In particular: how is the radio section affected by the voltage drop? Does the current drawn in TX and RX remain the same even at 1.8V? (Rx 4.5 mA / Tx at 0 dBm 5.2...
I wrote my program and I try to debug it. In first execution I had a specific timing but if I stop code, I reset it from Debug tag all timing are double fast... so any comunication became impossible.If i didn't use debugger without ST LINK connected ...
I use this definition #define ITEM(A,B,C,D,E,F)   (((ulong32)##A## << 25) | ((ulong32)##B## << 20) | ((ulong32)##C## << 15) | ((ulong32)##D## << 10) | ((ulong32)##E## << 5) | ((ulong32)##F##))that "translate" any switch case block in a constantswitc...