• ARM: Compiler bug; omitted subexpression
    This code: unsigned int Argh( unsigned int Word, unsigned int Base ) { return ( ( Word & ~1 ) << 2 ) + Base; } is compiled as: Argh PROC ;;;1 unsigned int Argh( unsigned int Word, unsigned...
  • How does VFP model omit startup code?
    I noticed most bare-metal examples included with DS-5 that rely on a FVP also include startup code (e.g. startup.s).  However, there's one bare-metal example (Calendar program for Cortex-A8-FVP) that...
  • ARM Compiler 6 Optimisation, omitted variables without warnings
    Finally I have completed the migration of my project from Compiler 5 to Compiler 6. But that was quite tedious process, and the most actually came from debugging lost variables and functions unknowingly...
  • Function
    Hello, We recently purchase keil PK51 software, we wanted to solve following error's, kindly help us. 1. When we compile our code by using PK51, it generate random functions. We required to set function...
  • delay function
    hi i am using lpc 2134 for my project.i have installed the real view Uvision3 kit. i have successfully run the hello world program. i now want to start my own project.i have included the lpc21**.h...