Resolved! STM32C071 internal temperature measurement formula
HI, how do I read the temperature value of a STM32C071 ADC and convert it into °C using DMA? I cant find any formula in the datasheet. BR Matthias
Ask questions, find answers, and share insights on STM32 products and their technical features.
HI, how do I read the temperature value of a STM32C071 ADC and convert it into °C using DMA? I cant find any formula in the datasheet. BR Matthias
Hi. I have a newly purchased NUCLEO-U575ZI-Q. I followed the instructions here to install the toolchain on Windows 11:https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html#documentationhttps://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step1_T...
I am working on an STM32 device with TrustZone enabled, and I am using the RTC with backup domain powered by VBAT. My RTC is initially configured while VDD is present, and after power-off, the time is supposed to be retained using VBAT.When I use the...
I want to use stm32f103rct6 inner RTC, I write some code as below to active RTC, But I found I couldn't set DBP bit of PWR_CR reg to 1, __HAL_RCC_PWR_CLK_ENABLE(); __HAL_RCC_BKP_CLK_ENABLE(); LL_PWR_EnableBkUpAccess();when I debug the re...
Hi,I am currently trying to update my STM32L433 on my custom board and I am having some issues with the RDP level 1.When receiving the blank boards (not programmed yet), I use a RPI with OpenOCD and a JTag to update the chip. When I set the RDP level...
Split from: Power Supply for STM32F030 Cortex TSSOP20 VDDA and VDD pin; specifically this post.@TDK wrote:that satisfies the condition. But only the "VDDA >= VDD" condition - it doesn't satisfy the "VDDA must be first" condition. As noted, I suspect ...
I am trying to use SWD for printing using ITM_Sendchar, Printf not calling _write, I tried to put breakpoint and see, But it is not hitting breakpoint
Hi everyone, I’ve been stuck on a CAN communication issue between two boards: STM32F429 Discovery (Classic CAN) STM32H743XIH6 (FDCAN) I’m trying to establish CAN communication between them. Currently, the F4 board can transmit and receive data cor...
I have multiply\accumulate operations that I want to streamline by using the FMAC. For my application I will be loading the X1 buffer by DMA from peripherals and I don’t want to use circular mode. Documentation mentions ‘vector mode’ which matches wh...
In a recent design I needed an additional pin and I configured the PA13 / SWDIO pin as a GPIO input.All going fine, code works, but then this happened: After I program the chip in automatic mode and set the option byte rdp to 0xBB I can't connect aga...