Resolved! STM32C071GBU6 ADC Question
STM32C071GBU6 PA2 (pin 8 on the UFQFPN28 device) is configured as ADC_IN2. What voltage can be expected when the pin is unloaded?
Ask questions, find answers, and share insights on STM32 products and their technical features.
STM32C071GBU6 PA2 (pin 8 on the UFQFPN28 device) is configured as ADC_IN2. What voltage can be expected when the pin is unloaded?
Hello,I have strange behavior with reset, with reset pin, NVIC_SystemReset() or then IDWG fires the MCU just stops and do not restarts with debugger connected or without, when debugger is connected and toggle reset there text is displayed what addres...
HIUsing stm32f303veh6.Changed the option bytes with the CubeProgrammer. 2.20.0 to override the BOOT0 signal. ( its floating )nBOOT1 - > uncheckedBOOT_SEL -> unchecked I see that the address on start is 0x1FFFF.. and my FW on flash does not run. For d...
Hello,Regarding the STM32N657, I'm not using the internal SMPS. My question is: Do we need to put capacitors on the 6 VDDSMPS pins or can they be left as no connect? Same question on the VLXSMPS pins... do we need the capacitors on these pins, or...
Hello Everyone,I am facing an issue with my MCU entering low-power mode.My idea is to freeze the Independent Watchdog (IWDG) counter in STOP mode so that the MCU will not reset due to the IWDG counter elapsing.From my understanding, this can be achie...
I'm using SPI3 and TIM3's PWM CHANNEL 1 on PB4.after HAL called __HAL_RCC_SPI3_CLK_ENABLE(), the PWM output disappeared...I want to know how to fix this.
Hello,I'm using the STM32N657 processor and have the HEXASPI device running at 1.8V. VDDIO2 is connected to 1V8 supply (which affects: PO[5..0] and PP[15..0]The FMC is placing the A23 line on pin PO1 (this is the only option for the FMC-A23) and the...
I drew a board of stm32h503rbt6, including a screen and a NOR flash. The flash model is mxl6433f. Currently, the problem I'm facing is that when I try to program the board using stprogram, I encounter an error that the programming cannot be completed...
Heyho,strange things happening that I'd like to understand for a STM32L073 (Nucleo for now).Setup on a L073 @ 32MHz:- ADC is clocked by PCLK/4- ADC prescaler = 2 -> divide by 4 -> 2 MHz- 12 bit right aligned- ref V = VDDA = 3.3V- hardware oversamplin...
Hello! I am working on a custom OTA bootloader system on a STM32G473RBT6 MCU in a custom board I have been using maybe for 3 years with no problem. My board is connected to a Raspberry Pi over RS485 network. My idea is this:There are 3 virtual sectio...