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

HAL SDIO CRC Fail STM32L476

Posted on July 26, 2016 at 19:52Hi, I am trying use sd card on stm32l476 with HAL driver. I can initialize and read any block and it work fine. Write block not work and always got SD_DATA_CRC_FAIL error. I have same board with stm32l151 it work fine...

sttn by Associate
  • 353 Views
  • 2 replies
  • 0 kudos

The question about RDP(STM32F401RE)

Posted on July 27, 2016 at 11:13Hi: I used STM32F401RE nuclo board test RDP found that if i changed RDP level0 to level1 ,the code can't run. At the same time,i used the st-link utility to test it,found same question,i download the hex(LED demo) the...

aizhixi by Associate II
  • 336 Views
  • 1 replies
  • 0 kudos

STM32F417ZG burn data to external NOR flash issue

Posted on August 03, 2012 at 06:16Hi, guys Recently, i'm working on a board based on STM32F417ZG chip. And i connect the FSMC bank1 NE1 to M29W128GH NOR flash chip, the address is 0x6000 0000. My tool chain is ARM MDK + J-link, and i make the flash ...

HAL_TIM_PWM_Start_DMA triggering with timer

Posted on July 25, 2016 at 23:29Hi,    I am trying to stream a 1024 sample buffer to PWM in timer1 channel1 using circular DMA. But how will I control the speed of streaming from RAM to PWM at 44KHz? I couldn't find any option like triggering option...

SDADC DMA Fills Buffer With 0x7FFF

Posted on July 27, 2016 at 05:06The processor is an STM32F373VCT6. I am software triggering SDADC1 every second using this call each time: HAL_SDADC_InjectedStart_DMA( &hsdadc1, (uint32_t *)SDADC1_Data, SDADC1_Data_Size ); The DMA buffer size has 20...

spflanze by Associate II
  • 212 Views
  • 0 replies
  • 0 kudos

Delay/Wait function

Posted on July 26, 2016 at 17:28I have been using a busy for loop to create my delays, but now I need precision. I want a function that will wait for n microseconds. How should I go about doing this? The Systick timer is not accurate enough (already...

9bit SPI

Posted on October 17, 2011 at 21:30can i but 9 bits in the SPI Tx buffer configured in 8bit mode and have it still clock out all 9 bits???

Labels