Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello every I have One doubt in stm32 I am send the frame formate in Docklight but I cant able to check my frame using without interrupt .anyone give the solution/* USER CODE BEGIN Header */ /** *****************************************************...
Hi everyone,I am trying to send data from one STM32G0B1 MCU to another STM32G0B1 MCU. When i use standard ID it works perfectly but if i use Extended ID then the receiver interrupt doesn't fire. I also checked it with logic analyzer. Transmitter send...
RM0440 Rev 7 (STM32G4), 39.5.12 NSS pulse mode.It is written on the page 1753: “This mode is activated by the NSSP bit in the SPIx_CR2 register and it takes effect only if the SPI interface is configured as Motorola SPI master (FRF=0) with capture on...
Can STM32L151C8T6/STM32L151CBT6 download ISP with one click?Can you provide a reference circuit diagram?
Hello All,I am adding parts of my code. Storing to flash is working if I DMA TIM1 CCR1 to memory and then copy from memory buffer to Flash.I assumed that writing to QSPI_DR will trigger transfer to Flash.Is it feasible to DMA to QSPI?////////////////...
hi everyone :)I'm using stm32f405 with can communication.my work consist of multi devices. and there is STDID and EXTID together.I check complete STDID alone. and EXTID too...but I don't receive together.how to receive these.please help...
Hello i am trying to make N pulse in some exact time, when i adjust a timer with one pulse mode,everything is ok but pulse always start with a delay because it is basically a pwm single starting with low side and high side. I want my pulse start imme...