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

Can someone explain how to read these line ?

Hello everyone !I'm new here and i wanted to know how these lines say please??I wanted to have microsecond delay for my ultrasonic sensor.Thanks for all your help!void usDelay(uint32_t uSec) { if(uSec < 2) uSec = 2; usTIM->ARR = uSec - 1; usTIM-...

MDMA read from DTCM - transfer error

I'm trying to move an array from DTCM to SRAM1.So I use MDMA in as memery to memory config. It isn't my first time I got it running, but never used it to transfer data from/to TCM region.I want to copy array at 0x20000018 starting address (DTCM regio...

AB.17 by Associate II
  • 459 Views
  • 0 replies
  • 0 kudos

STM32L063C8U6 pinout

I have bought STM32L063C8U6 (version in UFQFPN 48 package) but I can not find pinout in datasheet. DS10090 version 7 does not mention any UFQFPN package.Also SMTCubeMX says that "cannot load this MCU). Is this version secret?Thanks for answer, Jiří ...

JNeto by Associate
  • 548 Views
  • 2 replies
  • 0 kudos

Support for STM32TS60?

Hello,Is it possible to get technical support for STM32TS60? I have some specific questions and would also welcome project files / BSP.BRNiclas

NArnd by Associate III
  • 520 Views
  • 2 replies
  • 0 kudos

interfacing SDMMC with stm32f765Vitx

hello,we are using emmc memory device (capacity -8GB) with the part no: sfem008gb.we are using 8bit data transfer mode .when we generating code with help of cubeMX it will give drivers for 2GB memory interface ,what are changes we need to do for 8G...

srikanth by Associate III
  • 748 Views
  • 2 replies
  • 0 kudos

STM32L5 privilege mode

Hi Sir,I am reading STM32L5 user manual. I noticed the privileged mode and unprivileged mode, as well as security attribution. I want to know if this privileged mode related to arm-cortex m cpu privileged mode?​For example, cpu in unprivileged mode c...

XChen.6 by Associate
  • 2006 Views
  • 1 replies
  • 0 kudos

Resolved! How to move ISRs to ITCM RAM

Hello,I try to run an ISR (void TIM3_IRQHandler(void)) in the ITCM RAM area. I'm new with scatter-files. Anybody has an example?(NUCLEO-H743ZI, Keil uVision)RegardsJakob

STM32L433CCT6: VBAT current anomaly

I'm still having problems with VBAT current consumption. I've loaded my firmware and the processor behaves correctly in all other respects. I removed all components from the processor to insure that there are no sneak paths for parasitic current dra...