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

I want use ADC on stm32f030k6t6 with two channel, and using DMA to set regular value, I config it in stm32cubemx,but I don't know how to start conversion and wait conversion stop correctly, I need someone help or some example, in LL library, thanks.

in generated code, I don't find dma set memory address, so I add uint16_t regular_data[2];   ...... LL_DMA_ConfigAddresses(DMA1, LL_DMA_CHANNEL_1, LL_ADC_DMA_GetRegAddr(ADC1, LL_ADC_DMA_REG_REGULAR_DATA), (uint32_t...

eyan.11 by Associate
  • 1092 Views
  • 1 replies
  • 0 kudos

How to debug Timer interrupt

Hi all, Is there any method to debug timer interrupts using VSCode? I am currently using the STM32G4 series. it would be really nice if anyone can point out a way to debug.I am using OpenOCD. Thanks Roshan

Roshan by Associate III
  • 2708 Views
  • 4 replies
  • 0 kudos

cubeIDE, stm32F407ZGT6 with HAL. Config. generated by IOC. SEGGER J-Link debugger. Most basic program w/ 1 GPIO pin driving a LED based on HAL_SysTicks. HSE 12 MHz.HCLK 168 MHz.(or any other freq. same behavior).

Problem: During HALL_Init(), when executing macro __HAL_RCC_SYSCFG_CLK_ENABLE() the interrupt vector table is overwriten w/ garbage.At first interrupt generated by TimeBase (SysTicks) debugger gets a SIGTRAP @ 0x1fff3744 outside of program code. Int...

JIVAN.1 by Associate
  • 894 Views
  • 3 replies
  • 0 kudos

Resolved! CAN Receive Interruption not working on STM32F0-DISCOVERY

Hello,I am trying to set up a CAN Data Frame receive interruption on a STM32F0-DISCOVERY board. The interruption seems to jump for all other IER register elements, but not for the RX. Stopping the processor execution on debug and checking the status ...

ATeso.1 by Associate
  • 928 Views
  • 3 replies
  • 1 kudos

Resolved! A way of distinguishing between different series of STM32 ?

Hi!I am working on a project with stm32h757 and soon we will be switching to stm32h747. i need a way to know (using SW) on which processor i am working with.is there some type of register that holds this info?I saw the 96b UID but as i understad it ...

yuri CH by Senior
  • 1696 Views
  • 5 replies
  • 0 kudos