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! PWM Input capture reset behaviour

Hello,I have a question regarding several timers which are confiugred in PWM input mode (CCR1 is used to measure the PWM period and CCR2 is used to measure the PWM Width). So far when I plug a user signal on the evalution board, I can see the correct...

Floki.1 by Associate II
  • 7924 Views
  • 16 replies
  • 0 kudos

STM32L552, relocate IRQ Vector Table

We are porting code from a STM32L4P5, where we relocate the IRQ VEctor Table with  memcpy(g_RamVectorTable, g_pfnVectors, sizeof(g_RamVectorTable)); __HAL_SYSCFG_REMAPMEMORY_SRAM();    // not implemented on STM32L5xxthat works fine, but as commented ...

mluerkens by Associate III
  • 789 Views
  • 1 replies
  • 0 kudos

High frequency DAC signal generation

Hi, i am working on signal wave generation on the STM32L053 Discovery kit. I'd like to see the maximum frequency of signal generation (a sinus with 100 samples using DMA). But the problem is : i cannot reach over ~20kHz, which is not even in the ultr...

0690X000008AH1fQAG.jpg
JFric by Associate II
  • 2991 Views
  • 6 replies
  • 0 kudos

STM32G031F6P UART TX DMA Problem.

Hi guys.I am using STM32G031F6P MCU and i want to use UART TX with DMA in slave mode. But it is not working. RS485 line is always busy. I am using RS485 transceiver (SN65HVD37DR). If i use normal (not DMA) transmit mode, it is working. Code and cubem...

0693W00000WITAJQA5.jpg 0693W00000WITATQA5.jpg 0693W00000WITCZQA5.jpg
ABURM by Senior
  • 1336 Views
  • 6 replies
  • 0 kudos

Reference pierce oscillator design available for STM32G0B1x?

I'm developing a new design with a STM32G0B1x uC. Therefore, I will use a 12MHz or 8Mhz external (HSE) crystal quartz from Abracon. I just read through the AN2867 and did some calculations. Now I'm at the point where I would need to measure the drive...

RHube.3 by Associate II
  • 1515 Views
  • 5 replies
  • 0 kudos

How to config FT231XS for STML451 on my board

I have a FT231XS on my board and a STML451. I would like to communicate over Uart to STM. So i need the FT231XS as USB to UART converter. My software works with NUCLEOL425RE, so when i send some strings over a Serial Port i can receive it immediately...

SMilo.3 by Associate II
  • 498 Views
  • 0 replies
  • 0 kudos

Resolved! 8bit in struct is allocated 32bit in memory

Hello,I am a newbie in struct.I have a struct declaration below.typedef struct __serial_data { uint8_t frameStart; uint32_t data; } serial_data;   serial_data mydata[25];but frameStart is allocated 32bit in memory and this causes trouble when sendi...

0693W00000WJH75QAH.png 0693W00000WJH7FQAX.png 0693W00000WJH7ZQAX.png