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

STM32F334 HRTIM fails randomly

Posted on June 29, 2018 at 10:34Hello.I am using the STM32F334R8T7 in a design of a 3 phase buck converter.I have noticed that sometimes the HRTIM miss the reset event on the PWM (reset means put the output to 0).The frequency is 400kHz (0x2D00 load...

[SOLVED] STM32L031G6U6 only works in debug debug mode

Posted on June 12, 2018 at 09:41Custom PCB using an STM32L031G6U6 (as a slave co-processor to a BLE module, to drive a graphics LCD display). We started with a Nucleo then migrated the project to a custom PCB which implements SWD directly and the pr...

sm23 by Associate II
  • 563 Views
  • 1 replies
  • 0 kudos

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
  • 1018 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
  • 598 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
  • 1366 Views
  • 6 replies
  • 0 kudos