STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fixing J-Link ''No emulators connected via USB'': How to have J-Link work for both Segger Utilities and VisualGDB (although probably not concurrently)

Posted on March 19, 2017 at 19:42I recently discovered that after using VisualGDB to connect to my STM32 - that none of the Segger utilities worked any more.  Just a message: ''No emulators connected via USB'' (despite other software seeing the J-Li...

0690X00000606bMQAQ.png 0690X00000606b7QAA.png

DFU & HSI

Posted on March 31, 2016 at 11:32Hi, Does the DFU mode in the bootloader require an HSE crystal? Can it work with the HSI oscillator? I'm using USB FS and CDC mode is working flawlessly, the same should be applied for the DFU mode. Best regards, ...

gkovelman by Associate II
  • 1317 Views
  • 9 replies
  • 0 kudos

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
  • 5911 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
  • 273 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
  • 535 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){!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...