• SHA1 code for SmartMX
    Hi all, I am involved in a project for developing an operating system for smart cards based on SmartMX chips ( P5CD036 in particular). I need to implement SHA1 hashing operation for this micro controller...
  • Use of Secured Crypto Library for P8WE50XX on P5CD036 SmartMX
    Hello all, I am trying to use this Secured Crypto Library by made by philips semiconductors for P8WE50XX processor on SmartMX processor. P5CD036 has a FameXE co-processor which is completely backward...
  • Source code debugging
    HI all I am a newbie in Keil IDE.So please help me out with the following. I want to debug my sourcecode (do F10 or F11) . When i start debugging session control goes to DISASSEMBLY window. How can...
  • source above 0x8000 not mapped for debugging
    I am using a Cygnal processor with 128KB Flash. For functions located above 32K (>0x8000) the debugger stops and gives me only the disassembly view. It does not offer the source at all. FYI: C51 v7...
  • Library source-level debugging
    Hi, I've built a library with arm-none-eabi-gcc with -g (Tag_ABI_optimization_goals = Optimized for best debugging illusion, speed and small size sacrificed (=6)). I'm trying to debug that library...