Ask questions, find answers, and share insights on STM32 products and their technical features.
hello,I want to know the status of each pin of the device at power-on, during reset, and after reset.For example, is the input high impedance or is the internal pullup enabled?Or in which section of the data sheet or reference manual?best regardGoto
HelloI would like to get the debugging information from elf file to make my own monitoring program.Is there any recommended way to extract debugging information from elf with easy handling format such as XML ?Is ST providing any utility to convert dw...
Part Number:RT-Thread StudioGeneral Description:RT-Thread studio is one-stop development tool, it support STM32 series MCUs, it has easy-to-use graphical configuration system and a wealth of software packages and components resources, which makes IoT...
I am using an STM32L151VET7 as a full-duplex SPI slave, and after using HAL_SPI_TransmitReceive_DMA and receiving/transmitting any number of bytes, the SPI remains busy, and further calls to HAL_SPI_TransmitReceive_DMA return HAL_BUSY. Upon transmiss...
I have removed the display on the DISCO board and I am just using a small OLED for a display. I have a couple of other things connected to the board. A TMP1075 EVM and a TMP390 EVM. I am measuring about 410 mA in run mode. When I invoke standby mode,...
Hello,I would like to use ADC with a group of several channels (ScanMode = Enabled) along with the DMA. However, I would like to avoid to use the DMA in circular buffer mode. I have seen so far that most of the examples and external literatures are b...
I have built many STM32 boards and usually bringing them up is a snap. This time I'm having trouble.... The chip is the 48-pin STM32L412CB. When I boot in DFU mode (it does so by default) I get dfu-util: Error during special command "ERASE_PAGE" get_...
In case anybody wondered why the red LED of STM32H743-EVAL does not work unless I/O extender is enabled - here is the fix.In this placehttps://github.com/STMicroelectronics/STM32CubeH7/blob/beced99ac090fece04d1e0eb6648b8075e156c6c/Drivers/BSP/STM32H7...