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

How to receive a variable length data using USART and DMA?

Hello!I'm trying to receive a varible length data in USART2 and then send by USART1, but I receive the data and then a lot of spaces or newline characters. Also, i tried to use callbacks but the output characters are wrong. I even have read about a r...

SGonz.2 by Associate II
  • 1475 Views
  • 4 replies
  • 0 kudos

Where are the .ioc files for STSW-STLKT01 sample programs?

According to the data brief STSW-STLKT01 Embedded software samples for SensorTile (DB2962) the sample projects are "Built on STM32Cube software technology, it includes all the low level drivers to manage the on-board devices and system-level interfac...

HCohe.1 by Associate III
  • 496 Views
  • 1 replies
  • 1 kudos

Resolved! Lock Process or Priority (what is strongest)

Let's assume we have a software that uses FDCAN Classic and I2C with multiple slaves. FDCAN Priority = 1I2C Priority = 2During the transmission / Receiving process, the I2C is locked : __HAL_LOCK(hi2c);If an FDCAN interruption arrives during the I2C ...

MAmem.1 by Associate III
  • 625 Views
  • 2 replies
  • 0 kudos

[H730] FDCAN Transmitting messages leads bus to off state

Bus speed - 100kbit/s in CAN 2.0 modeFDCAN clk - 48MhzPrescaler - 24 (bit length 20tq)TQ1 - 15 (sample point 80%)TQ2 - 4SJW - 4Receiving CAN messages without any problems, bus seems to be ok, even if FDCAN in normal mode(error counters are 0). But if...

AAlex.20 by Associate II
  • 1216 Views
  • 3 replies
  • 0 kudos

Read and write SDRAM using Dual Core STM32H7

Hello, I have been working with STM32H7 microcontrollers for a while now but have always used the single core. Now I want to use the Dual core to read and write data in the external SDRAM. I have looked through all materials available online but c...

Aarra.1 by Senior
  • 1033 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L451RC are there Problems known for the BSDL File? I tried to do a Boundary Scan but it is not possible to set the Pins I want. I try to write 334 Bit but If I change the state ob a Pin from outside, I see that this Pin appears 120 Cells before.

That is what I send for exsample:SIR 9 TDI (0);SDR 334 TDI (49000000001249240a49249248000000000001249200000000000249249249008000000001249200) SMASK (3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) TDO (0) MASK (0...

MDebu.1 by Associate II
  • 1822 Views
  • 6 replies
  • 1 kudos

Dear Community members, I am writing code from scratch to glow LED present in PC13 of STM32F103C(Blue pill) but the LED is not getting turned ON. Kindly help me with this. I am attaching the code below.

Code://LED//Pin:C//Pin Num:13#define PERIPH_BASE (0x40000000UL)#define APB2_OFFSET (0x00010000UL)#define APB2BASEADD (PERIPH_BASE + APB2_OFFSET)#define GPIOC_OFFSET (0x1000UL)#define GPIOC_BASE (APB2BASEADD+GPIOC_OFFSET)#define AHB_OFFSET (0x18000UL)...

SVemp.2 by Associate II
  • 1864 Views
  • 6 replies
  • 0 kudos