STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi, We have implemented USB bootloader for our project(Using STM32F7). We are using ST HAL libraries for our bootloader implementation. It was working fine fine with V1.2.7 and we are facing issue after migrating to new HAL i.eV1.2.8.

After completion of below checks, control is expected to enter into usbAppcallback function with via HAL_HCD_IRQHandler(). Interrupt is occuring but it is failing to enter usbAPPcallback function which changes the device state. 

0693W000006Hns5QAC.png
MRama.3 by Associate II
  • 478 Views
  • 1 replies
  • 0 kudos

Resolved! Swappable Tx/Rx pin configuration ?

The STM32F777 has a bullet under Section 2.25 [U(S)ART] :Swappable Tx/Rx pin configurationWhere can I find more detailed information on Swapping the Tx/Rx pin configuration for a UART ?

KEdwa.1 by Associate
  • 1750 Views
  • 1 replies
  • 0 kudos

STM32F401 low temperature problem

Hi, I am using STM32F401CCU6 on my circuit and it working well at room temperature. When I was testing the circuit in low-temperature below -10 degrees the RX of UART1 lost messages, when I came back to 0 degrees the circuit is coming back to normal ...

‪tsur.1 by Associate II
  • 2544 Views
  • 12 replies
  • 0 kudos

Programming Erorr

Dears I'm using board "STEVAL SPIN3202" to drive a BLDC Motor. To program the microcontroller , I'm using STM32 Motor Control Workbench software. The mode of driving is sure FOC since I'm using this software. The problem, However, happens when I acti...

ANahh by Associate II
  • 797 Views
  • 3 replies
  • 0 kudos

Resolved! gpio let down 5 V pull-up

I use stm32f401's PB4 (NJTRST) pin. I attached 5 V pull-up resistor (5.1k) to PB4. While MCU is in reset mode the voltage on PB4 is 4.26 V. Only after starting the system, the voltage increases to 5 V. In my program I configure PB4 as input without p...

How to make NUCLEO-H745ZI-Q do anything?

I've been trying to make LED blink. GPIO PE1. So i wrote this code:HAL_GPIO_TogglePin(GPIOE, GPIO_PIN_1);HAL_Delay(200);When i'm creating procject for this board it creates two procject for each core CM7 and CM4 each with it's main.c. I can debug eac...

KBile.1 by Associate II
  • 1605 Views
  • 6 replies
  • 0 kudos

Newbie question about PWM output accuracy

Hi, I'm testing various PWM scenarios and found that output frequency does not match with expected. I'm using formula Period = (PSC+1)*(ARR+1) / TmerClockFreq in seconds Period = 1000 * (PSC+1)*(ARR+1) / TmerClockFreq in milliseconds. The board is Nu...

SZony.1 by Associate II
  • 3486 Views
  • 10 replies
  • 0 kudos

GAM module of X-CUBE-AUDIO does not work with STM32L

I tried to use GAM module of X-CUBE-AUDIO. In the documentation, it says that it can be used with any STM32 which possess M4 core however when I try to use it with STM32L series one, the function of the module returns -6 which indicates wrong hardwar...

Oozzy.1 by Associate II
  • 883 Views
  • 5 replies
  • 0 kudos