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! Hi I am working STM32F030 series for delay using SysTick. I am new to this field and by going through the data sheet I created a delay function, I don't know where I am going wrong , Please help

this is my codeuint32_t delayCnt;int main(){ ledInit(); SysTick_Config(SystemCoreClock/48000); while(1) { GPIO_WriteBit(GPIOC, GPIO_Pin_13, Bit_SET); delay_ms(10000); GPIO_WriteBit(GPIOC, GPIO_Pin_13, Bit_RESET); }}

ag n.1 by Associate II
  • 1568 Views
  • 7 replies
  • 0 kudos

STM32 Compilation issue with gnc gcc

Hello All,I am working on the STM32 project and using the makfile to compile and generate respective hex and bin files.I have configured all the setups using adding path in windows10 os environment variables for makefile and gnu gcc compiler.It compi...

0693W00000Lx0FmQAJ.png
SSing.10 by Associate II
  • 1457 Views
  • 5 replies
  • 0 kudos

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
  • 1317 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
  • 420 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
  • 534 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
  • 1053 Views
  • 3 replies
  • 0 kudos