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

DMA only sending one byte and not whole buffer

Posted on October 21, 2015 at 14:43 STM32f30x The aim is to trigger the DMA from a timer. The DMA should then send one row of data from my buffer to the SPI. The DMA should then trigger an interrupt which points DMA to the next row in the bu...

JustMe by Associate II
  • 1345 Views
  • 9 replies
  • 0 kudos

STm32F4 Mac address

Posted on October 22, 2015 at 08:40Hello, could someone confirm that STM32 processors do not have a hardcoded unique MAC address?

matas by Associate II
  • 203 Views
  • 1 replies
  • 0 kudos

Bug report: Error in EXTI initialization on STM32L052

Posted on October 18, 2015 at 23:29Hi all,lost one day finding that this line 259 from stm32l0xx_hal_gpio.c is missing some braces:bad (current):temp &= ~((uint32_t)0x0F) << (4 * (position & 0x03));right (should be):temp &= ~(((uint32_t)0x0F) << (4 ...

osama2 by Associate II
  • 319 Views
  • 3 replies
  • 0 kudos

LOCK OF UART API

Posted on October 22, 2015 at 11:13Hi, thanks for your code .but I found that when transmit data use HAL_UART_Transmit, the lock of uart api will cause HAL_UART_Receive_IT can't receive data.how to slove it?

backup SRAM STM32F427 - Vbat

Posted on October 20, 2015 at 22:05Hello could you please help me with my question about backup SRAM in STM32F427? I have design, where I am using voltage regulator for VDD and VDDA - 3V0. As backup I use batery 3.2V connected to VBAT pin6.   My qu...

pavel by Associate II
  • 552 Views
  • 5 replies
  • 0 kudos

SAI block settings

Posted on May 22, 2015 at 11:33Hi,help me please to set up the SAI correctly.I need a mode I2S standart, 32-bit frame, 24-bit data. I configured my code:   hsai_BlockA1.Instance = SAI1_Block_A;   hsai_BlockA1.Init.Protocol = SAI_FREE_PROTOCOL;   hsa...

z1060 by Associate II
  • 374 Views
  • 1 replies
  • 0 kudos
Labels