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