User Activity

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...
Posted on November 20, 2012 at 14:04My application requires a BOOT loader that loads an application into a FLASH device. I have created two different applications: A BOOT loader application.  start  0x08000000 A FLASH application.            start 0...
Posted on July 12, 2012 at 07:09hi, i search and search but i cant find where i can change Vector Table base location in memory.map i can find .text 0x08004000 0x718  *(.isr_vector .isr_vector.*)  .isr_vector 0x08004000 0x124 ..\obj\startup_stm32f...
Posted on July 03, 2012 at 08:32hi i want to place value - ''address of station'' at fixed memory address without specifed address its look like &sharpdefine mcu_address 0x03 i found - it may looks like &sharpdefine mcu_address         (*((volati...
Posted on June 18, 2012 at 07:40HI I want to use DMA to Recieving data via uart (rs485)  I want to use 20byte buffer but for siplicity in this exaple is shown only 1byte buffer...  int main(void){  RCC_Configuration();  GPIO_Configuration();  USART...