From: Uwe Bonnes Date: Sun, 18 Dec 2011 18:24:32 +0000 (+0100) Subject: Add a TODO to check for Supply Voltage before setting F4 paralleisme to 32 bits X-Git-Url: https://git.gag.com/?p=fw%2Fstlink;a=commitdiff_plain;h=1785fd73c58b27a5732928398aa4a528fbce96ad Add a TODO to check for Supply Voltage before setting F4 paralleisme to 32 bits --- diff --git a/src/stlink-common.c b/src/stlink-common.c index 77ab98d..5a51314 100644 --- a/src/stlink-common.c +++ b/src/stlink-common.c @@ -1245,6 +1245,7 @@ int stlink_write_flash(stlink_t *sl, stm32_addr_t addr, uint8_t* base, unsigned /* First unlock the cr */ unlock_flash_if(sl); + /* TODO: Check that Voltage range is 2.7 - 3.6 V */ /* set parallelisim to 32 bit*/ write_flash_cr_psiz(sl, 2);