STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Jumping to custom bootloader

Posted on January 21, 2013 at 20:33Chip: STM32F4Toolchain: AtollicI have a custom bootloader at 0x08000000, and regular code at 0x0800C000.  On boot, the bootloader checks for a valid image and then jumps to regular code: typedef void (*pFunction)(v...

order by Associate
  • 1438 Views
  • 3 replies
  • 0 kudos

stm32f103 VCP like USART interrupt mode

Posted on January 21, 2013 at 07:45Hi is there any way to configure usb_vcp on stm32f103 like usart interrupt mode - just recieve only one byte . I use function compose_packet(received_byte) in all my USART_IRQHandlers and i want to use same functio...

redkofka by Associate II
  • 398 Views
  • 1 replies
  • 0 kudos

Accessing ST Dfuse DLL with C#

Posted on April 12, 2012 at 10:26To integrate firmware update functionality into a custom c♯ application I start to use ST Dfuse dll from c♯. I managed to enumerate and identify the device (UM0392 - 3.1 and 3.2) but now get stucked  while trying to ...

VCP Driver Malfunction

Posted on January 15, 2013 at 20:40Hello, I am currently on a project on which i need to transfert some data to a computer, and to do so I was adviced to use try it with the VCP, but here is my problem : I downloaded the driver furnished by ST (htt...

sidiq by Associate II
  • 218 Views
  • 0 replies
  • 0 kudos