Resolved! stm32f429 GPIO input impedance
Will there be any input impedence for the gpio's of stm32f429 If yes what is the value.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Will there be any input impedence for the gpio's of stm32f429 If yes what is the value.
Dear all,I am having some issues with precision of floating point calculations with STM32L431CBT6.As one can see that when I do floating point calculation I am getting 1.23000002 instead of 1.23.Can anyone suggest more efficient and accurate way to d...
I'm looking for a simple solution to update firmware on my application developed on a STM32L476, with the minimum effort.As far as I understood this chip already has a boot on it that allows to get data via UART1 and a proprietary protocol from STM.I...
Posted on December 13, 2017 at 17:32 In Cortex-M3, M4, etc, we can just check the DEBUGEN bit in DHCSR (the Debug Halting Control and Status Register) http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0337e/CEGCJAHJ.htmlBut in Cortex-M...
I'm working on emulating multiple USB devices using an STM32F4xx microcontroller. My goal is to dynamically change the USB controller's address at each SOF to cover the addresses of all my devices. However, I've encountered an issue: when I read the ...
Hi,We are using STM32L452CEU6 with 48QFPN package and trying implement sleep mode 2 inside Azure rtos threadx. But the device is not entering stop mode even after calling the HAL_PWREx_EnterSTOP2Mode(). But it works fine if I call it before calling M...
In STM32H503 USB device mode, I found that SOF interrupts are periodically lost, SOF interrupts trigger normally in about 300ms,then SOF interrupts does not trigger in the next 300ms,and so on, if ESOF interrupt are enabled, ESOF interrupt will trigg...
I am trying to design my own microcontroller and I am following this video here the guy is using the ams1117 as his linear regulator which has a current output of 1 A, wouldn't this fry the MCU? I read the datasheet for the stm32f405 and in the min/...
Hello,I am designing some hardware with the STM32H523.I have a rechargeable ML-Lithium Coin battery directly connected to the VBAT pin of the controller. The battery is supposed to power the RTC when there is no VDD. I would like to use the internal ...
Please go and visit our wiki pages Basics of power supply design for MCU. This article covers general aspects about designing power supplies for STM32 based applications. It provides general guidelines on important characteristics, how to choose comp...