STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FATFS f_open returns invalid file name

Hi allI'm reading wave files from sd-card using FATFS library. So far everything is working fine but if I want to open any file whose name contains any number for e.g.8BitAudio.wav, Audio8Bit.wav etc (here the number is 8)the f_open function returns...

Mr ZEE by Associate II
  • 1035 Views
  • 2 replies
  • 0 kudos

STM32H750 ADC1 DMA not working (Now working)

Edit: This code is functional.Hey Everyone,For the last couple of days I was struggling with initializing the ADC1 with multiple Channels enabled and DMA on a STM32H750. I would be very thankful if someone could help me. I used the CubeMX Code Genera...

GMiku.1 by Associate
  • 588 Views
  • 1 replies
  • 1 kudos

USB on H7: unable to open the port

Hello!I'm migrating from STM32F7 to H7 MCU, but I incurred a strange problem (well, two strange problems...).I have a QT program that opens COM ports by:void Sensor_interface::open_port() { if (Device_Sensor_Port.isEmpty()) { qDebug()<<"N...

FREERTOS USB-CDC SDCARD

Hello Dear Engineers and DevelopersSo far I had been able to use SD-CARD and USB in CDC mode using STM32f429, but when I add Freertos. USB fails to enumerate on PC. Also, I have been able to use FREERTOS SDCARD and Touchgfx simultanously.Here is my p...

Resolved! How to set up the ADC channel correctly? When I set up the channel as ADC_CHANNEL_5 I get the readings from the pin ADC_IN0(PA0). Changing Channels switches reading between CH0 and CH1. I am using STM32G030K8T on a custom board and FW_g0_v1.2.0

__HAL_RCC_GPIOA_CLK_ENABLE(); GPIO_InitTypeDef agpio; agpio.Mode = GPIO_MODE_ANALOG; agpio.Pull = GPIO_NOPULL; agpio.Pin = GPIO_PIN_5; HAL_GPIO_Init(GPIOA, &agpio); __HAL_RCC_ADC_CLK_ENABLE(); RCC_PeriphCLKInitTypeDef adc_clk; adc_clk.PeriphClockSele...

ABarn.1 by Associate
  • 522 Views
  • 1 replies
  • 0 kudos

X-nucleo-idw04a1wifi extension shield

I am using the x-nucleo-idw04a1wifi extension shield, and wanted to test it with a firmware project (HTTP_Request). The blue led and the right bottom led used to blink, but now, It does not anymore :( After entering my router information, I get this ...

0693W000006HaiCQAS.png
ibo24 by Associate II
  • 281 Views
  • 0 replies
  • 0 kudos

USB DFU Erase and Program Time

Hello everyone,We use a STM32F7 and we have built a bootloader which uses the USB-DFU library from ST (usbd_dfu_flash). We can successfully program the internal and external flash. We noticed that it takes quite long so we were looking for ways to in...

MSute.1 by Associate
  • 420 Views
  • 0 replies
  • 1 kudos