Class: GdbFlasher::Stm32l1xx
- Defined in:
- lib/gdbflasher/mcu/stm32l1xx.rb
Constant Summary collapse
- SECTORS =
(0...512).map { |i| [ 0x08000000 + 256 * i, 0x08000000 + 256 * (i + 1) - 1 ] }
Method Summary
Methods inherited from MCU
#finalize, #initialize, #program_ihex
Constructor Details
This class inherits a constructor from GdbFlasher::MCU