STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Custom Bootloader for Stm32VL Discovery

Posted on December 05, 2014 at 12:15Hii,          I am new to the topic of Bootloaders, I am currently writing a custom bootloader for stm32 vl discovery via USART, I am searching for the source codes of the factory Programmed bootloader of stm32, a...

FreeRtTOS Timers running slow on custom board

Posted on December 05, 2014 at 05:20FreeRTOS on Discovery board  one tick = 1 msecFreeRTOS on custom board  one tick = 10 msec   (same code as running on Discovery Board)Uart code Interrupt driven  runs on both boards ADC/DMA Interrupt driven code r...

barry by Associate II
  • 1091 Views
  • 6 replies
  • 0 kudos

STM32F105RC USB HID device

Posted on December 09, 2014 at 18:12HelloI was using a nucleo F103 like explain in the thread ''Nucleo-F103RB + USB''.Now I have the finish board. In the finish board i am using a STM32F105RC.SO i change the compiler from STM32F10X_MD to STM32F10X_C...

lemac by Associate III
  • 288 Views
  • 0 replies
  • 0 kudos

g

Posted on December 03, 2014 at 22:44g #hal_uart_error_pe-uart-parity

hossam by Associate II
  • 575 Views
  • 3 replies
  • 0 kudos

STM32F411, STM32CubeMX, USB Device for CDC

Posted on November 26, 2014 at 08:09STM32F411RCTx, LQFP64When using STM32CubeMX Ver4.4 to generate USB Device only code for CDC class, initialization is fine but cannot connect to PC (host).The STM32CubeMX generated code also has same problem as MDK...

bardeen by Associate
  • 728 Views
  • 2 replies
  • 0 kudos

stm32f207 usb only multiple of 64 bytes can be send

Posted on April 10, 2013 at 10:04change by stm32 usb device VCP example: my send function: uint16_t VCP_DataTx (uint8_t* Buf, uint32_t Len) {  uint8_t i;  for (i=0;i<64;i++)    //only multiple of 64 bytes can be send   {  APP_Rx_Buffer[APP_Rx_ptr_in...

easylwl by Associate II
  • 1147 Views
  • 7 replies
  • 0 kudos

USB HS Host Unconfigures Device

Posted on March 20, 2014 at 21:13Was hoping there might be a few folks here with more USB knowledge than me. I am trying to implement a HS USB HID-class device on a STM32F427 using a SMSC USB3300 external PHY IC. I have succesfully implemented a si...

jvavra by Associate III
  • 535 Views
  • 3 replies
  • 0 kudos