Add support for F1 High-density devices

10.3.x-maintenance
Marcin Baliniak 2016-09-29 13:35:18 +02:00
parent 9d71bb3671
commit 6fd16856ea
1 changed files with 3 additions and 1 deletions

View File

@ -267,7 +267,9 @@ STM32_protocol.prototype.verify_chip_signature = function (signature) {
this.available_flash_size = 131072;
this.page_size = 1024;
break;
case 0x414: // not tested
case 0x414:
this.available_flash_size = 0x40000;
this.page_size = 2048;
console.log('Chip recognized as F1 High-density');
break;
case 0x418: // not tested