• Errors while trying downloading code
    Hello, I'm trying to download a simple code on the STM32L151CCU6 and I'm taking errors like: No Algorithm found for: 08000000H - 08001393H Erase skipped! Error: Flash Download failed - "Cortex-M3...
  • Errors while trying downloading code
    Hello, I'm trying to download a simple code on the STM32L151CCU6 and I'm taking errors like: No Algorithm found for: 08000000H - 08001393H Erase skipped! Error: Flash Download failed - "Cortex-M3...
  • Problem while trying to write to Serial Window #1 at regular intervals
    Hi All, I'm trying to write to the Serial Window #1 at regular interval of time (But not successful yet). To generate the time interval i'm using timer0 of 8051 in 16 Bit Timer Mode 0x01 The values...
  • Error while trying to initialize printf/scanf with __FILE
    Hi All, I am using Keil uVision 5 with STM32F411RE I have a piece of code as follows (source http://www.keil.com/support/man/docs/armlib/armlib_chr1358938931411.htm ) #include <stdio.h> struct...
  • LPC2148 assembly code. Trying to read data from read-write memory but Label showing blank data
    I am trying to copy data from LUT from one location and copying it to another location. Here is the code AREA Program, CODE, READONLY EXPORT __main ENTRY __main ldr r0, =SourceL ; Address of...