minaddr method
The min address for the hex file after the soft device
Implementation
int minaddr(){
int minAdd = buffer.keys.first;
minAdd = max(getEndAddress(), minAdd);
return minAdd;
}
The min address for the hex file after the soft device
int minaddr(){
int minAdd = buffer.keys.first;
minAdd = max(getEndAddress(), minAdd);
return minAdd;
}