• BSL, execute in External Ram
    Dear all I use C167LM-CS, I want to download the Hex file to external Flash:amd29f400 in BSL. I have to excute a fucation in external Ram. How can I config the Keil to maks the Hex file which can excute...
  • BSL mode constraint
    Hello, Micon used - ST10f280 Mode of operation - BSL Question 1-> In user manual for ST10F280, it is written "While operating in BSL mode accesses to internal Flash is partly redirected". Is...
  • Singlesegmeted mode for С164CI with BSL debugging
    Are any one have ever tried to debug the C164CI target in BSL-mode for nonsegmented-mode of uC? The problems are: 1. The values of segment part of addresses are appear as free-switching bits in debugger...
  • How to enable viewing of enum values from the debugger
    Hi, Is there an option to enable viewing of enum values in the debugger? For example, typedef enum {false=0, true} FalseTrueType; In the c souce... FalseTrueType MyEnumFlag = false; I would...
  • Interrupt Enable
    Hello, here's a question about the interrupt handling of a Siemens 80C165: I use the external interrupt 5, which works like it should. Sometimes, I want to disable that interrupt, so that the controller...