• sfr P1 = 0x90; /* SFR for P1 */
    i was download the code from internet the program is start with these lines -------------------------------- sfr P1 = 0x90; /* SFR for P1 */ sbit P1_0 = P1^0; /* SFR for P1.0 */ sbit P1_1...
  • sfr P1 = 0x90; /* SFR for P1 */
    i was download the code from internet the program is start with these lines -------------------------------- sfr P1 = 0x90; /* SFR for P1 */ sbit P1_0 = P1^0; /* SFR for P1.0 */ sbit P1_1...
  • Created new SFR file for CortexM3 based device but bot working
    Hi, For the cortexM3 based processor, i created new *SFR file. expected behavior is it has to show some more peripherals in the debugging window, but it's not showing anything. Please can anyone...
  • Created new SFR file for CortexM3 based device but bot working
    Hi, For the cortexM3 based processor, i created new *SFR file. expected behavior is it has to show some more peripherals in the debugging window, but it's not showing anything. Please can anyone...
  • Modifying SFR Definition Files?
    Hi, Evaluating uVision 4.21... Found that SDIO special function register definitions in STM32F10xxE.SFR are incorrect. Base address is 0x40018000 not 0x40012C00! Tried textural substitution,...