• How to Access 16MB of the Aduc812
    How do I access 16MB XDATA of the Aduc812 in the old version keil compiler ?
  • How to Access 16MB of the Aduc812
    How do I access 16MB XDATA of the Aduc812 in the old version keil compiler ?
  • the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.
    in the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812. FVAR (char, 0x015678) = 0x5A; i = FVAR (char, 0x015678); if i change 0x015678,such as: FVAR (char, 0x016000) = 0x5A;...
  • the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.
    in the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812. FVAR (char, 0x015678) = 0x5A; i = FVAR (char, 0x015678); if i change 0x015678,such as: FVAR (char, 0x016000) = 0x5A;...
  • spi flash 16MB not working
    Hi I am currently working with SPI flash memory W25Q128BV and using nuvoton processor of N9H30 series. I have sample codes but not working correctly, but after erse only one time working properly...