STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4 DMA messing with my PWM, what am I missing?

Hello,I am having a problem with my STM32F369l-DISCO board, as the title says it has to do with the DMA and PWM output.So I need a 800kHz PWM signal for some SK6812 LEDs, I already did achieve this with an STM32L433CCT on a custom board using this gu...

0693W000006Ho12QAC.png 0693W000006Ho3mQAC.png 0693W000006HoFYQA0.png 0693W000006HoLHQA0.jpg

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
  • 467 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
  • 1655 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
  • 2451 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
  • 773 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...