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

Custom BootLoader jump to FreeRTOS application

Posted on May 19, 2014 at 10:23Hi all,I've develop a specific bootloader which calling my application.My application is based on FreeRTOS.When the application starts after the jump, the firmware crashes in hardfault.It works fine when I don't use th...

pfifre by Associate II
  • 6891 Views
  • 30 replies
  • 0 kudos

bug in HAL_USB

Posted on March 16, 2017 at 12:27I am using STM32Cube_FW_F4_V1.14.0 for USB as a device to store data. USB works fine in the start. I receives data from UART2 and save it on usb continuously. after some time complete system get hung and then become ...

daynial by Associate II
  • 321 Views
  • 0 replies
  • 0 kudos

Unused parameter in HAL_TIM_OnePulse_Start()

Posted on October 08, 2016 at 17:20Using GCC with -Wunused-parameter, I get the following error for Stm32f4xx_hal_tim.c V1.5.1:STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c: In function 'HAL_TIM_OnePulse_Start': /STM32F4xx_HAL_Driver/Src/stm32f4xx_ha...

HAL_NOR_MspWait implementation

Posted on March 13, 2017 at 15:44HelloI generated a project with Stm32CubeMX with a NOR Flash connected in the FSMC. This NOR Flash has a Ready/Busy signal and the HAL NOR has a function to handle this signal: HA_NOR_MspWait. What can I do, if I wan...

Nickjmas by Associate III
  • 607 Views
  • 2 replies
  • 0 kudos

USB MSC device low transfer rate - STM32F7

Posted on May 18, 2016 at 16:19Hi All,I am using the latest STM32 Cube distro with an STM32F7x DISCOVERY board for hardware (class 10 uSD card in the slot) and IAR Kickstart development environment.The USB MSC Device project (high speed port through...

stm32l1xx_ll_spi.h BUG and Warning

Posted on December 15, 2016 at 18:16Dear SirsFile : stm32l1xx_ll_spi.hVery ugly BUG !!!!__STATIC_INLINE void LL_GPIO_ResetOutputPin(GPIO_TypeDef *GPIOx, uint32_t PinMask){!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...

How to disable USB interrupt if it's not needed ?

Posted on March 12, 2017 at 00:40Everyone,I have a question :How to disable USB interrupt if it's not needed ? I used USB as MSD and it's using SDIO, any method to handle it ? And SDIO is working together with SPI.So far I'm playing with usbd_storag...

HAl_uart recive interrupt

Posted on March 11, 2017 at 08:55I am facing problem that i am trying to receive data on uart_2 but the interrupt get disable automatically  after some transitions i have check the RXNEIE register. Can any one guide to me the problem and its solutio...

daynial by Associate II
  • 324 Views
  • 0 replies
  • 0 kudos