STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USB issues related to USART speeds -- STM32L072

I've been working on an STM32L072 based project involving USB and USART4. I ran into an issue that puzzled me, so I figured I'd post about it here to help others. If there is a solution to this problem, even better!My original design used USART4 as a...

Delaney by Associate II
  • 1249 Views
  • 6 replies
  • 2 kudos

Resolved! Vrefint reads as 0 on some boards

I have got 3 identical boards with STM32u5a5. For improving ADC accuracy I want to calibrate Vref using Vrefint. This is working fine on one board, but on the other two boards Vrefint reads as 0 using the same software. Other ADC channels seem to wor...

Meixner by Associate III
  • 1578 Views
  • 8 replies
  • 2 kudos

CP210x usb host class driver

Posted on September 19, 2015 at 00:10 Hi to All, I make a step ahead with adding for testing purposes in usbh_cdc.c alternative staff in case of CP2102: static USBH_StatusTypeDef USBH_CDC_InterfaceInit (USBH_HandleTypeDef *pho...

christo by Associate III
  • 4099 Views
  • 10 replies
  • 3 kudos

Resolved! FDCAN interrupt not working

Hello,   I am trying to use FDCAN but for some reason interrupt is not triggering. Im using PEAK CAN to send and recieve messages. With osciloscope I can see the data being transfared to the STM board but the interrupt doesn't trigger. The speed I wa...

PPopo1_0-1721635882543.png
PPopo.1 by Senior
  • 3392 Views
  • 14 replies
  • 2 kudos

Resolved! ADC Polling for multiple channel not working

i am trying to use multiple channel on a single ADC to measure certain voltages. what i have noticed is that let say i have selected 3 channels now in configuration of cube MX i select no of conversion to 3 and as soon as i do that Ranks get added be...

Screenshot 2024-08-14 103128.png
rahul7515 by Associate III
  • 782 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L4P5G-DK + STMod+ (MB1280) + WRL-17146

Greetings,I have STM32Cube IDE installed, created some test apps, blinking LED's, RTOS threads, mutex and so on,writing on UART2 (virtual serial) is working well as I have working output on virtual COM port using putty on serial.I want to access UART...

1.png

Resolved! Possible to disable external reset on STM32G4?

I am aware of the special bits to stop the IWDG and WWDG while the core is halted, but is there a way (option byte, SWD command, SFR, etc.) to configure an STM32G4 so that it will ignore the nRST pin being pulled low? I am particularly interested in ...

jacobq by Associate III
  • 1013 Views
  • 3 replies
  • 2 kudos

Program for flashing over FD-CAN

Hi, I have ported the Open Bootloader to the STM32G431 and has flashed it and is able to communicate with it over FD-CAN. Is there any program out there that I can use to flash programs using the bootloader over FD-CAN? maybe the CLI version of the S...

STM32C011 SPI with DMA on registers

Hello, I have been prubbing to run SPI transmission using DMA for some time now. So far I am trying to send a variable, but something is not working. Without DMA it works without any problem. Would anyone be able to help?