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

Hello everyone, I am using stm32f207zg with usb ttl converter with ftdi chip. I want use the usart1 for communication with PA9 e PA10 pins as TX and RX of usart1. I use as virtual terminal, termite, and when i play the program, appear weird characters.

#define RCC_CFGR *((long*)0x40023808)#define RCC_CR *((long*)0x40023800)#define RCC_AHB1ENR *((long*)0x40023830)#define GPIOC_ODR *((long*)0x40020814)#define GPIOA_MODER *((long*)0x40020000)#define GPIOA_OTYPER *((long*)0x40020004)#define GPIOA_AFRL ...

FCa.1 by Associate II
  • 1896 Views
  • 11 replies
  • 0 kudos

Why can not change DBGMCU->CR in STM32F103

I'm use STM32F103C8T6. I use DBGMCU->CR = DBGMCU_CR_TRACE_IOEN to change the value of DBGMCU->CR, but the operation is failed after POR, the register is alway read 0.I suspect that the cause of this problem is the the debug component is not be powere...

Bpan.1 by Associate
  • 1154 Views
  • 3 replies
  • 0 kudos

Resolved! Slow ADC with DMA

Hi guys,I'm using STM32F767 nucleo with STM32Cubeide. I've configured an ADC to operate with DMA at a sample rate of 1.8Msps. I've calculated this sample speed by:HCLK = 216MHzPCLK2 = 108MHzPrescaler of 4 : ADCCLK = 27MHzResolution (12bits + 3)Theref...

CDyer.1 by Senior
  • 1252 Views
  • 7 replies
  • 0 kudos

obtain the data from camera for cmsis-nn

Hi, I want to do a computer vision application on stm32f407VG discovery board. I have an CNN code with cmsis-nn library. My challange is that Using the camera datas as an input. But i need rgb data as 1 dimentional array. How can save the image in a...

FÇeli.1 by Associate
  • 332 Views
  • 0 replies
  • 0 kudos

Resolved! PD0 internal pull-up working weird with PD1 internal pull-up. in stm32g071cbu MCU. Can it be an MCU internal problem?

We developed a new board with STM32G071cbu MCU which we already successfully used in our previous project.In this project we desided to use buttons with internal MCU pull up. Buttons connection is actually very simple:So in this configuration with pu...

ADovn.1 by Associate II
  • 1527 Views
  • 5 replies
  • 0 kudos

How to sample at the middle of a PWM signal - STM32G071

This question has been asked in various forms before but I have not found an answer. I am using TIM2 to generate a center aligned PWM signal as shown in the image. I want to sample the ADC at the center of the PWM. I am using the TRGO signal of the ...

GDB loading of STM32F072 device

Occasionally debug gets stuck while loading and never gets to main with the console showing:Program received signal SIGINT, Interrupt.0xfffffffe in ?? ()Once in this mode, the only way to recover is to use the STM32CubeProgrammer to clear the target ...

CScho.1 by Associate
  • 551 Views
  • 1 replies
  • 0 kudos