STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 287 Views
  • 1 replies
  • 0 kudos

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...

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 ...

HardFault_Handler on STM32F407ZET6

Posted on June 28, 2018 at 16:01I am currently facing some problems with STM32F4, the process 'hangs' and I am not able to understand at what point it 'locked'. When this happened, I collected the following values for the following variables (I crea...

Labels