STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems using ST-GDB Server on Linux Mint

I have the newest Version of ST/Atollic TrueStudio installed on my Linux Mint Machine. Operating System: Linux Mint 19 Kernel: Linux 4.15.0-20-generic Architecture: x86-64When Itry to upload my Code I get the following error:STMicr...

PWass by Associate
  • 650 Views
  • 1 replies
  • 0 kudos

H743 Memory statistics

Greetings,Working with the ssl client example on a STM32H743, I need to monitor the memory usage.With uVision MDK5, wondering how to monitor the memory usage stats.Any thoughts/suggestions ?Thanks,Manu

DMA and USART error during transmission

Hello,Here is my DMA and USART configuration:(BaudRate=2250000)DMA_InitTypeDef DMA_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE); NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2); NVIC_In...

JJohn.3 by Associate II
  • 355 Views
  • 2 replies
  • 0 kudos

About Starting ADC

Hello.​I am using the STM32L4 series.I want to send the ADC converted sensor value to the PC via UART communication.​I started ADC in /* USER CODE BEGIN 2 */ zone of "main.c" output from CubeIDE, but it failed.When the start instruction is given twic...

Mmee by Associate II
  • 1266 Views
  • 8 replies
  • 0 kudos

Function : __HAL_TIM_SET_COMPARE(&htim2,TIM_CHANNEL_3,(duty_c)*400); is disturbing my 16x2 LCD routine which demands a delay to receive and display data on the screen.

Hi, I have a code in which I am controlling a PWM output in Center Aligned Mode using Timer 2 Channels 2 (inverted polarity) and 3, both having their duty cycles changed by the functions:__HAL_TIM_SET_COMPARE(&htim2,TIM_CHANNEL_2,(duty_c-0.05)*400);_...

FAleg.1 by Associate II
  • 11436 Views
  • 11 replies
  • 0 kudos

Resolved! Problem using DMA with ADC triggered by Timer

Hi everyone,I am using an STM32L412KB chip and I currently have an ADC channel configured to trigger a conversion on the rising edge of TIM15. I have the timer setup to be a 1kHz square wave. In the ADC interrupt handler I toggle an LED on my board, ...

TRuss.2 by Associate II
  • 676 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L031K6 Nucleo and DWT?

I have a STM32L031K6 Nucleo Board...I want to use the DWT.. but I become this errors:../Core/Src/../Inc/stm32_delay.h:35:30: error: 'DWT' undeclared (first use in this function) uint32_t clk_cycle_start = DWT->CYCCNT;How can I Use DWT or Enable it...

Sany by Associate III
  • 1132 Views
  • 5 replies
  • 0 kudos