STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it possible to design a system using STM32F722 to have both USB MSC and SDMMC to read/write date to SD card both by MCU and by external PC interchangeable information on the same file in SD card?

I am looking for some guidance how to implement a system that utilize both SDMMC and USB MSC so I can read/write data inside SD card from MCU and external PC.Thank you for your helps

STM32 USB VCP racing condition

I've noticed that when I connect my STM32F3Discovery board, configured as a USB virtual COM port, using only the USER cable, I will get the "USB device not recognized" error on the windows side, and more specifically "Device descriptor failed" in dev...

IJoe.1 by Associate II
  • 372 Views
  • 1 replies
  • 0 kudos

STM32F103 HAL UART Receive Interrupt not working

I'me using STM32F103C8 MCU with Stm32CubeIDE 1.6.1. Project uses CMSIS OS v1 and 3 UARTs enabled global interrupts. UART settings 57600 8 N 1 for all three.Interrupts handled in the callback:uint8_t rxByte[UART_COUNT] = {0}; QueueHandle_t uartQueue...

RaJa by Associate II
  • 786 Views
  • 2 replies
  • 0 kudos

Resolved! A problem with I2C and ADS1115

I get always zeros from my code. Is there something you see immediately.This is what TI tells me to do (I have ADS1115).For example, to write to the configuration register to set the ADS111x to continuous-conversion mode and thenread the conversion r...

LMI2 by Lead
  • 3000 Views
  • 9 replies
  • 0 kudos