STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN ''Bus-Off'' behavior

Posted on June 28, 2018 at 15:32Dear colleagues,Could you please help to understand CAN 'bus-off' operational in a correct way? (can not find a proper description in the Reference manual for STM32F4).Some assumptions a) Suppose that ABOM bit in the ...

BSP SD_DetectIRQHandler() doesn't work

Posted on June 28, 2018 at 13:19I am trying to use BSP SD functions. One way to detect if SD card is inserted is with BSP_SD_IsDetected()  and another way is via interrupts w/ BSP_SD_ITConfig() .The comments don't explicitly say which is the correct...

0690X0000060BvbQAE.png
Jur Div by Associate II
  • 954 Views
  • 4 replies
  • 0 kudos

STM32F7 USB_FS and USB_HS together

Posted on June 21, 2018 at 05:51It appears, but is not clear from the data sheets, that the STM32F7 and some STM32F4's have two separate USB controllers a FS one and a HS one. Assuming suitable software can be created can these two controllers be us...

STM32H7 SPI_FullDuplex_ComDMA example

Posted on April 25, 2018 at 21:51Hi, In the SPI_FullDuplex_ComDMA example from STM32Cube_FW_H7_V1.2.0, if the aTxBuffer is changed from const uint8_t to uint8_t. (from flash to sram). The code below:for(i=0;i<128;i++) aTxBuffer[i] = 0x55;SCB_CleanDC...

Asantos by Senior
  • 530 Views
  • 1 replies
  • 0 kudos

STM32 32-bit ARM Cortex MCUs(SPI transaction misbehavior)

Posted on June 21, 2018 at 13:55STM32F427 SPI controller path bring up. I want to bring up SPI read write transaction, as I am performing SPI transaction for the first time on power on the transaction looks perfectly okay(Checking the timing wavefor...

SPI slave with DMA stops receiving data

Posted on June 26, 2018 at 15:21I am using 6 STM32F302CB as slaves & a STM32F407ZE as master. My issue is that after about 1-2 hours the first slave stops receiving data and then more and more slaves stops receiving, but the controller is still runn...

Tobi Work by Associate II
  • 1219 Views
  • 6 replies
  • 0 kudos

Has anyone know what is the difference between HAL_TIM_PWM_Start(),HAL_TIM_PWM_Start_IT() and HAL_TIM_PWM_Start_DMA()?

Posted on June 27, 2018 at 13:25Hello,I am new in timer implementation , I want to generate PWM timer with an external clock using 2 MHz as frequency.. It shall be possible to enable or disable the generation of the PWM signal. I can able to generat...

A linear RTC seconds counter on STM32F4

Posted on June 27, 2018 at 16:02Hi folks,I have been RTC on STM32F1 for a very long time. I have been using the RTC seconds counter (and subsecond counter)  to calibrate RTC continuously (i.e. every day) on-the fly against a reference time (derived ...