User Activity

Hi,STM32CubeMonitor-UCPD sometimes displays RDOs like this:Where does the number MaximumOperatingCurrent come form? Since the RDO is defined as: typedef struct { uint32_t MaxOperatingCurrent10mAunits : /*!< Corresponding to min if GiveBackFlag = 1 */...
Hi,I'm having trouble understanding the radio IRQs on STM32WL55. According to the reference manual NVIC section, there is one interrupt line for two interrupt sources (which are ORed together) for the radio:The 3 IRQs from the Semtech module ORed tog...
On the STM32WL55, when using LoRa and non-continuous receive mode, the RX timeout triggers immediately, i.e. the value passed to Radio.Rx is ignored. This can be demonstrated using the SubGHz_Phy example on the NUCLEO-WL55JC and setting#define USE_MO...
Hi,the STM32WL55's reference manual states:> BW[DSB] > BR + 2 x frequency deviation + frequency errorHowever, in the SubGHz_Phy_Per example, FSK is configured as follows:   #define FSK_FDEV 25000 /* Hz */ #defin...
Hi,I would like to use TouchGFX on the STM32WL55 in Dual-Core mode, on the Cortex-M4 Core. After creating a dual-core enabled project, enabling the TouchGFX middleware, designing a minimal GUI in the TouchGFX designer I try to generate code from the ...
Kudos from
Kudos given to