STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Hard fault error when cast variable in stm32g070

I have migrated code from stm32f4 to stm32g0 suscesfully in almost all my aplication. However there is a part of code that rise a hard fault error. This is the code:crc_received = *((uint32_t*)&e22_uart_rx_buffer[(uint16_t)(e22_uart_rx_buffer_length ...

0693W00000GYmY3QAL.png 0693W00000GYmYmQAL.png
JCuna.1 by Senior
  • 1056 Views
  • 3 replies
  • 0 kudos

STM32L151CBT6 need help with SPI slave setup (no hal)

Setup:Master: PLD, SPI Frequency 4MHzSlave: STM32L151CBT6, SysClk 32MHz (this one uses the code below)Hello Guys,Below you can see my code. The Problem I have is that my configuration data which is 32 Bytes long is not received properly. For test rea...

Chrizzly by Associate III
  • 697 Views
  • 4 replies
  • 0 kudos

Why LPTIM CNT cannot be read when MCU is running.

Developing with STM32CubeIDE V1.6.1 for MCU STM32L452VCTX. Set up as STM32 Project in order to use debugger. Using STM32Cube_FW_L4_V1.17.0 for SDK. Compiling using gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux. Using FreeRTOS.Using LPTIM1 to track ...

FPutn.1 by Associate II
  • 836 Views
  • 2 replies
  • 0 kudos

Fighting faulty PWM output with a servo

Ive ben meaning to create a PWM output on an STM32 Nucleof303re, however: its very buggy and i dont know why. Im trying to drive a servo with it but this half-works. When i tap the pwm contact of the servo it sometimes springs to life and sometimes d...

TSche.8 by Associate
  • 731 Views
  • 2 replies
  • 0 kudos

Please inquire for production schedule.

We manufacture products using the MCUs listed in below.However, due to the recent lack of supply and demand for parts, it is impossible to produce products, resulting in huge losses.Please let me know when parts will be available.If the schedule is u...

JKIM.8 by Associate
  • 677 Views
  • 3 replies
  • 1 kudos

Tricky Timer Input Capture -> DMA problem

Hello,I'm using an STM32F767 to measure input frequencies, using 2 timers.It's a bit tricky because these measurements must be synced to the SAI's audio sampling rate, AND input frequencies can be higher than the audio sampling rate.It took me a whil...

LCE by Principal II
  • 2909 Views
  • 10 replies
  • 0 kudos

Resolved! STM32G0x1 external interrupt from PE possible?

My target device is a STM32G0B1VE which has PE but according to RM0444 Reference manual for STM32G0x1 chips the description of EXTI_EXTICRx register says that combination for PE is not present (reserved). Is it really no possible to use PE for an ext...

JOtru.1 by Associate
  • 761 Views
  • 3 replies
  • 0 kudos

Unique ID STM32F103xx vs STM32F0x1

Dear community, RM0091 (STM32F0x1) describes the structure of a 96-bit unique ID which consists of the lot number, wafer number, and wafer coordinates. RM0008 (STM32F103xx) has a 96-bit unique ID too, however, nothing is mentioned about wafer or lot ...