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

ADC values reading with DMA

Posted on January 21, 2017 at 07:17The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F303K8 timer interrupt hangs

Posted on January 25, 2017 at 11:07Hi,I try to implement a timer with interrupt routine, but it always hangs after the timer is activated. This can be seen if I use the debugger over SWD: when I execute the next command after TIM_Cmd(TIM2, ENABLE); ...

Resolved! STM32F4 GPIO functions

Posted on January 24, 2017 at 15:09I have looked at PM0214 Programming manual for STM32F4 series for functions like GPIO_Write() and GPIO_ToggleBits() but they don't seem to be there. Is there a document that describes peripheral functions or does o...

John Hite by Associate III
  • 371 Views
  • 4 replies
  • 0 kudos

How to receive UART fixed length datas in sequence

Posted on January 24, 2017 at 15:27Hi allI'd like to use UART to receive soe fixed length datas, ex.'1234567890'.uint8_t buff[10]; hal_uart_receive_it(&huart, buff, 10); or hal_uart_receive_dma(&huart, buff, 10);How should I do and then make sure th...

CubeMx dma spi:Getting spi overrun

Posted on January 24, 2017 at 14:39Hi,I'm using latest version of Cube (download 20.01). I'm trying to read ADC-values from SPI with DMA. Read is activated on ADC-dataready.#define ADC_BLOCK_SIZE 24uint8_t tempBuf[ADC_BLOCK_SIZE ];// This interrupt ...

teijo by Associate II
  • 349 Views
  • 1 replies
  • 0 kudos

F4 Analog Watchdog run-time reconfiguration?

Posted on January 23, 2017 at 18:35As the title says, can the analog watchdog high and low thresholds on F4xx be reconfigured while the ADC is running?I vaguely recall reading somewhere that it could be changed dynamically at any time but can't for ...

parsec by Associate III
  • 362 Views
  • 2 replies
  • 1 kudos
Labels