Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello!I am working with the dual core stm32h745 nucleo board, currently on the M4 core.here are the defenitions in cubeMX: the defenition is for a recieve only master which belongs to the m4 cortex. while trying to use HAL_SPI_Receive_IT() or HAL_SPI...
I tried everything but keep on running on the same issue:In the reference manual it describe the DMA for the I2S, so I'm quite sure it is possible to enable it.Please help me.
According to the RM, I think that it is possible to use multiple analog functions on a single pin. Can we do the same with digital pins? What I would need is to put a timer channel (as input) and an external interrupt input on the same pin.
I am using STM32f103 and Cubemx ide. I implemented small project 1 month back and that time it was working fine but now when i am trying to use same code then i observed weired behaviour.Code runs only after binary flashing and after that if i press ...
I am attempting to interface my STM32H753 based system to a Micron MT48H32M16LFB4 512Mbit SDRAM chip through the FMC at 100MHz. The chip seems to work - but not completely according to my expectations. I have managed to write and read data to and fro...
Hi,I my project I need to toggle a gpio pin at 200MHz or more than this.Which STM32 controller is peferable.please any one help me.thanks and regards
Currently working with a STM32F103 MCU for a power metering application.In order to have a programmable time shift between sampling voltage & current , i decided to use a PWM signal from the Timer to clock the ADCs.I wanted to kick the ADC1 at the ri...
MCU wakes-up from standby mode by external signal on the wake-up pin (PA0). Also, the RTC alarm does produce an interrupt when NOT in standby mode (callback function does send some characters to UART). BUT, if the MCU is in standby it cannot wake-up ...