• 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,...
  • 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,...
  • SFR definition for Philips LPC213x Simulator/Debugger
    The Uv3 simulator and JTAG debugger use the wrong SFR symbols for the LPC213X ARM processors. It appears the symbols for the LPC210x are used. I've changed the device database for the LPC2138 to show...
  • SFR definition for Philips LPC213x Simulator/Debugger
    The Uv3 simulator and JTAG debugger use the wrong SFR symbols for the LPC213X ARM processors. It appears the symbols for the LPC210x are used. I've changed the device database for the LPC2138 to show...
  • How can I change SFR (bit) address definition when program is running?
    In my application, I want to easily change address of SFR include user's commands. Such as: sbit ram_en=P1^0; ...... /*In another place, I want to change ram_en to P1^2 dynamiclly.*/ I am try...