STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC flushing TX buffer

Posted on September 18, 2017 at 15:52A brief introduction to this problem:STM32F7 is configured for USB Device FS. USB interface is used to transmit a large array of data from MCU to computer. If, by any chance user closes the Virtual Com Port of MC...

Resolved! ADC "volatile uint16_t" data

I am using STM32F407G.I am attaching a main.c (that use DMA) that reads simultaneously the voltage coming from 3 potentiometers connected to 3 channels of ADC.In the code, if you try to change "volatile uint16_t adc_value[3]" to "volatile uint32_t ad...

errore.png
luke514 by Senior
  • 694 Views
  • 3 replies
  • 1 kudos

Resolved! USBPD Library missing usbpd_lowpower.h

 Hello,I am using the STM32 USBPD Library in a DRP battery bank application, and want to reduce idle power consumption. In the documentation and source files, there is mention of a usbpd_lowpower.h file but I cannot find this file anywhere.There is a...

NMartin by Associate III
  • 464 Views
  • 3 replies
  • 1 kudos

Resolved! Missing define for SPI6I2S on STM32H7

Some STM32H7 MCUs have I2S capability on SPI6, but the HAL does not define "SPI_SPI6I2S_SUPPORT" for all of them. The ones with the missing define gets the prescaler computed wrong if the clock for SPI123 and SPI6 is different. Has HAL support:H7B3H7...

S58D4J by Associate
  • 377 Views
  • 2 replies
  • 0 kudos

My Pack Couldt add

Hello. i have installed my pack but it wasn't on the left side. (I-CUBE-RBUF)But other packs added before.https://github.com/nimaltd/STM32-PACK/but when i installed from local disk. it works.

nimaltd_0-1711489256164.png
nimaltd by Senior
  • 364 Views
  • 4 replies
  • 0 kudos

Ram Function hard fault on return.

I have a STM32L476RG Nucleo-64, and I am trying to run code from ram, but whenever I do it, it makes it to the function but does not execute the code, and on return it hard faults. I am not trying to put all code in ram just one function. /* USER COD...

Labels