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

Resolved! Setting IFCR does not clear ISR

I'm using the STM32F103C8T6, and trying to blink my LED via the interrupt handler of a DMA with this code#include <stdint.h> // STM32F103C8 is a medium density device, hence we use the xB header #include <stm32f103xb.h> #if !defined(__SOFT_FP__) && ...

Beartama by Associate II
  • 1097 Views
  • 8 replies
  • 0 kudos

STM32 USARTs with Timeout Timer capability

Some of the STM32 CPUs have a USART with a Timeout timer which is good for modbus applications.Is there any overview available which CPU devices have this specific periperal implemented?In the Datasheet this function is called RTOIE, or RTOR.     

EbRmf by Associate
  • 415 Views
  • 2 replies
  • 2 kudos

Educational Lab Manual for B-L4S5I-IOT01A Discovery Kit

HiAnyone interested in having a copy of the material can contact us. Contents list includes: Unit 01 - Introduction to C Programming Unit 02 - Getting Started With GPIO Unit 03 - Getting Started With EXTI Unit 04 - Digital Interfacing (I) Unit 04 - D...

hayat by Associate III
  • 4456 Views
  • 11 replies
  • 5 kudos

Raw data of NVIC table

Hello,I am currently learning low level embedded programming, which lead me to try to extract the data used to generate the table 51 of the document RM0394 Rev 5. I would use this data to generate C++ code. Is the raw data of this table is publicly a...

Teyber by Associate
  • 525 Views
  • 2 replies
  • 1 kudos

SWD timing requirement

I cannot find any timing requirements for SWDIO or SWCLK in the datasheet, STM32L433. Where can I find this information?I don't think there is any cause for concern since I am only connecting the STLINK. However, in mass production, the wiring tends ...

ikeken by Associate II
  • 567 Views
  • 1 replies
  • 0 kudos