User Activity

Hi,I have a project that needs to transfer full chunk of data from 1G bytes flash memory to computer with 2048 bytes at each tranfer. The total time has to be less than 20min. I am going to use STM32 with ethernet communication to accomplish this.Do ...
Posted on November 28, 2017 at 14:34Hi,In my stm32f103ret6 bootloader firmware, I am able to load the application code to memory area 0x08009000 to 0x08011BE0.The linker file of bootloader specifies: define symbol __ICFEDIT_intvec_start__ = 0x080000...
Posted on October 31, 2017 at 16:22Hi,I need to perform STM32F103RET6 flash memory operation: erase, write.  My erase failed.  Anybody has the EWARM project for internal bootloader(burnt to chip from factory)?  Or any working flash routines for STM3...
Posted on October 25, 2017 at 16:32Hi,I am using STM32F103RET6 microcontroller. On my PCB, the USART1 channel is used as RS485 communication with a SN65HVD11HD transceiver.  That means to transmit/receive each character, the direction pins RE, DE pi...
Posted on October 24, 2017 at 22:05From AN2606, to make STM32F103RET6 going into the bootloader mode, I need to pie BOOT0 pin to VDD and BOOT1 pin to GND.  Is there way I can make the chip go into bootloader mode with BOOT0 pin tied to ground?  I am...