User Activity

Hi,for my application, I need to set my BOR threshold to about 2.5 V in my STM32L476RG. My understanding is that the preconfigured threshold is at level 4, which is 2.8 V (see RM0351 Rev 7, page 111).What is a good strategy for setting the BOR_LEV bi...
Dear community,I have some issues with implementing an automatic wakeup with the RTC timer on my STM32L476RG (currently on the Nucleo-Board, will be later replaced with proprietary hardware). I generally have two wakeup sources: either the L476 is wo...
Dear community,I am planning on using the STM32L476RG for a project. That project is a low power application, so the current consumption is really important to this project. However I cannot find any reliable source for the current consumption of the...
Dear community,after solving some issues with the help of the community, I am stuck on the next problem. I really don't know why my UART, which seems to be initialized correctly, does not shift out my data for transmission. After initializing my USAR...
Dear community,I plan to use the USART2 of my STM32F407VE board for an IrDA communication (8N1, 115200 Baud @ 8 MHz fPCLK). I started with initializing my USART2 periphery on the register level (I don't use STM32CubeIDE). This seems to work fine. How...