Class AM29LV160

  • All Implemented Interfaces:
    Impc555, IntbMpc555HB, Ippc32

    public class AM29LV160
    extends Object
    implements IntbMpc555HB
    Driver for AM29LV160 Flash, 2MB Utilities for reading from and writing to flash AM29LV160. Code of procedures are moved into ram space to be able to run out of flash. Single bits can be written, make sure not to change a '0' to a '1'
    • Constructor Detail

      • AM29LV160

        public AM29LV160()
    • Method Detail

      • programInt

        public static void programInt​(int addr,
                                      int val)
      • programShort

        public static void programShort​(int addr,
                                        short val)
      • eraseSector

        public static void eraseSector​(int addr)