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