Posted on May 17, 2011 at 13:24Quote:On 17-09-2009 at 22:01, Anonymous wrote: Hello people, I am using the STM32F103RB controller (in the LQFP64 package of course). Now my particular application requires both CAN and USB controllers to be used toget...
Posted on May 17, 2011 at 13:24I'm using STM32F103ZE and i've read from datasheet that the flash endurance cycles is 10Kcycles! It seems to me to be very few compared with other micro (normal is 100Kcycle)...could be a datasheet error?
Posted on May 17, 2011 at 13:23I attach you the file LoadExtRam.c that load a binary into external ram and execute it. The binary code of firmware must be in an array binFirmware. This code assume that interrupt vector of firmware to be loaded is lo...
Posted on May 17, 2011 at 13:23For a test, i've build a bootloader that load firmware code into SRAM, External RAM, Flash and execute it. The test firmware generate a square wave made with a ''for'' delay cycles. The results about code running speed...
Posted on May 17, 2011 at 13:23I'm using STM32F103ZE and i want to copy and execute firmware code from external RAM (not external NOR flash!) Does anyone has a source code for this? Thanks