User Activity

Hi, our hardware engineer kinda messed up and I'm forced to use an onboard STM32C8T6 and lowball it as a UART "relay", basically UART1 reads whatever that's putting in with likely a buffer of 32 bytes, and immediately sends them out over UART3.The du...
Hi, I'm using STM32L431xx series mcus and I want to perform a read on the RTC time.Normally I would do that with a simple read operation on registers, specifically, the RTC_TR and RTC_DR register, but I am afraid that's not how things were supposed t...
I'm using STM32L431xx series mcus and as with most STM32 mcus, it has an RTC feature with calendar. The RTC has a calibration function by which you can fine-tune the counting scheme of the RTC and improve upon the accuracy of your clock source.​This...
I'm using the STM32L431xx mcu. The current hardware configuration of our design has no external clock source (crystal), so we are using the internal one. And there's a new functionality which demands second-accurate real time clock, over a period of...
Hi, I'm using STM32WB55x series mcu, I wanna know how I should configure/change the relevant priority for the TIM2?In the old days we use this:void NVIC_Configuration(void)   {   NVIC_InitTypeDef NVIC_InitStructure;   NVIC_PriorityGroupConfig(NVI...
Kudos from