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

CCM stack and USB

Posted on March 12, 2015 at 13:15I'm using a ST32F429IG in a project in which I implement a mass storage in an external serial flash memory chip. The data transmission is made via the HAL_SPI_TransmitReceive() funtion, so no interrupt or dma transfe...

damasosb by Associate II
  • 665 Views
  • 3 replies
  • 0 kudos

usb communication on st32 discovery board

Posted on March 04, 2015 at 13:59hello everyone, i have a st discovery board with STM32F0308. is it possible to design USB communication in this controller through STM32CUBE software with  USB HAL. because when i open CUBEMX for STM32F0308 i dont se...

kumaresh by Associate II
  • 584 Views
  • 4 replies
  • 0 kudos

STM32F072 USB VCP_Tx Problem

Posted on March 10, 2015 at 12:19 Hello, Today I'm working on STM32F072 USB. I want to use VCP for my project, I downloaded ''STM32F0x2_USB-FS-Device_Lib V1.0.0'' and I compiled ''Virtual_COM_Port'' demo. It worked perfectly on STM32F072 ...

LAN8720 ETHBoard Waveshare+STM32Cube+STM3F407VG

Posted on February 28, 2015 at 15:07Hello, Friends!I'm trying to generate code to work with the LAN8720 PHY + FreeRTOS through STM32Cube. I can work with ethernet, only if the PHY starts with this ethernet cable. Otherwise, the ethernet does not wor...

eng by Associate II
  • 2648 Views
  • 3 replies
  • 0 kudos

HAL, UARTs and overrun errors

Posted on December 17, 2014 at 17:42 Platform: STM32F429I-Discovery and Discovery-WiFi connected to UART1 Tools: IAR EWARM (eval until we get the license) Situation: If I pull power from the WiFi board and plug it back in,. this appare...

hbarta2 by Associate III
  • 2871 Views
  • 5 replies
  • 0 kudos

Using Dual Regular Simultaneous Mode Only - Help!

Posted on March 03, 2015 at 20:41Hello , I'm having trouble capturing the ADC2 data simultaneously with the ADC1 , and the ADC1 data is being captured through the command HAL_ADCEx_MultiModeStart_DMA(&hadc1, (uint32_t*)&ADC1_Data, 12); Would any tut...

eng2 by Associate
  • 532 Views
  • 1 replies
  • 0 kudos

STM32CubeF0 Bug Report - __HAL_REMAP_PIN_ENABLE

Posted on March 04, 2015 at 23:46I tried to configure the CAN controller in the STM32F042F6P6 using STM32CubeMX. The function was not correct because it was not properly remapping pins PA11, PA12. Macro __HAL_REMAP_PIN_ENABLE does not activate SYSC...