STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 4.12.0 Bug - usbd_cdc_if.c

Posted on January 25, 2016 at 16:02Hello, my private variables in usbd_cdc_if.c are deleted after the new code generation: /* USER CODE BEGIN PRIVATE_VARIABLES  */ uint8_t    u8_cdc_initialized = 0; uint8_t    u8_cdc_connected = 0; uint8_t    u8_rx_...

HAL_CAN_Transmit_IT(): Missing __HAL_UNLOCK() ?

Posted on July 17, 2015 at 11:28We have experienced EWG error when calling HAL_CAN_Transmit_IT() repeatedly with the same CAN handle. Making following changes in the hal_can could we solve this problemHAL_CAN_Transmit_IT(CAN_HandleTypeDef* hcan) {  ...

rs2 by Associate II
  • 534 Views
  • 4 replies
  • 0 kudos

SPI Flash FatFs Problem

Posted on January 21, 2016 at 08:53Hi everyone , I develop FatFs file system on SST26VF016B 2MB  SPI Flash.I have done raw read/writes. I can success Fully read/write all SPI flash addresses. My problem is i create file system and i create file but ...

DFUse problem windows 10

Posted on January 15, 2016 at 08:59Hello,I want to use internal bootloader with stm32f103 mcu. I downloaded and installed dfuse tool. My PC is windows 10 and I also tried with windows 7 result is same..  DP pin is pulled up with 5V.At device maganer...

0690X00000604kxQAA.png