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

HAL_UART_Receive() Timeout unit?

Posted on May 29, 2018 at 19:48Hi,What's the unit of the HAL_UART_Recevie() Timeout value? Is this us, ms, or SysTick? If I have FreeRTOS enabled and using TIM1 for SYS in Cube, how can I make sure this get right right timeout value?Thanks,DickHAL_S...

STM32 IAP steps

Posted on May 29, 2018 at 14:08I am working on the STM32F401RE, I want to implement IAP using the same board and STM32f0, I am using the HAL Library.As per the steps, I am putting the IAP firmware at the First Sector at 0x08000000and the application...

pjn by Associate II
  • 494 Views
  • 0 replies
  • 0 kudos

Resolved! Clock configuration for stm32l432

Posted on April 07, 2018 at 03:44I am working on a project with stm32l432kb. It uses 8 MHz external clock in order to achieve 80 MHz system clock. I've configured clock with the Cube. The diagram shows system clock at 80 MHz, nevertheless the real c...

STM32F765 ADC DMA problem

Posted on May 29, 2018 at 10:01Hello,i'm using 7 adc-channels on  our board and use DMA to transfer all 7 results (single shot)  into my variables in DTCM memory. To initialize DMA I use sample code from similar evalboard-examples.This works fine.#d...

The elf loader file is not accessible [only via *.bat]

Posted on May 29, 2018 at 09:40Hello everybody,i have a strange problem, hope that someone has a great idea what i can do...We have custom board's with the stm32f7 and f4. Normaly we flash the device via bat (or open ocd(which is working)).The bat l...

Question about I2C Fast Mode (1MBit/s)

Posted on May 29, 2018 at 08:53Dear STM Community,we want to use I2C in Fast Mode Plus (1MBit/s) with a STM32F401xB MCU. The datasheet points out: 'The I2C busfrequency can be increased up to 1 MHz.' What are the conditions and requirements to imple...