STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 Hardware implementation USB Host vs Device

I want to use a STM32G4 device in a new project but I was disappointed to find the USB implementation only supported Device mode.What is the hardware (implemented in the MCU) that make it capable of host mode from device mode (OTG supports both)?  Wi...

Joe.H by Senior
  • 1529 Views
  • 10 replies
  • 4 kudos

I2C register reading with long wait time

I'm developing a vibration and temperature analysis system.To do this, I have developed a sensor based on an STM32L053C8 chip and a KX122-1037 accelerometer.Looking at the datasheet, this accelerometer can reach a maximum data rate of 25600Hz, which ...

unwind stack STM32H7 Free RTOS

HiI would like to store the call stack when the STM32H7 crashes. I implemented unwind.hThe code works on a bare metal  simple est code but not with   FreeRTOS is runningAny idea as to why?  The code  static uint16_t CallStackAddr;CALLSTACK_DATA uint3...

DCorn_0-1720086462291.png
DCorn by Associate III
  • 310 Views
  • 1 replies
  • 0 kudos

Using STLink-V3SET in mass production

We are using STM32CubeProgrammer and STLINK-V3SET to program our products on our assembly line for mass production. We have a couple of questions 1) Is there a way to program using the command line or some other mechanism to keep a record of the numb...

STM32 UART Receive Problem

Hi, I am using STM 32 STLINK-V3. Thereis a problem with following UART receiver function.    __HAL_UART_CLEAR_FLAG(&huart5, UART_CLEAR_NEF|UART_CLEAR_OREF); HAL_UART_Receive(&huart5, rx_buffer, ROVER_MSG_LEN, 1000); __HAL_UART_DISABLE_IT(&hua...

Kuttay by Associate III
  • 2525 Views
  • 12 replies
  • 4 kudos

Stat and stop toggle of output compare mode precisely

Hi all,  for a projet I need to create a signal at 500khz, and every 60 µs I want to stop the toggle (or not) I generate the signal with the output compare of tim2 (on stm32L073)then, in TIM2_IRQHandler(void)I try to count the number of call, then st...

Seth1er by Associate II
  • 515 Views
  • 3 replies
  • 0 kudos

Vss pin setting

Hi. I'm using STM32F303RCT6 now. Is it possible to set one pin vss using gpio settings? If so, is there a specific pin? If you have any question, ask me.Thank you. 

giwonKIM by Associate III
  • 652 Views
  • 6 replies
  • 0 kudos

STM32H757 Datasheet missing information

Specifically, I require a timer for creating a clock to a peripheral.  I chose PH5 (Timer12 Channel 2) because of the allocation capability in CubeMX, however, the datasheet for the STM32H757 does not show that as an alternate function.I have confirm...

rwareinc by Associate III
  • 2203 Views
  • 23 replies
  • 9 kudos

STlink v2 live debugger does not capture COM port

Hi,I have written application using visual studio C#. And I send commands through the COM port from my Visual Studio application to my STM32 board. There is a bit of strangeness, when I run the live debugger using STlink V2 with STM32CubeIDE I can se...

cjaya.2 by Associate II
  • 347 Views
  • 1 replies
  • 1 kudos