From aeba02b9e8ff758ced791e2e885ab7b783f83371 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 8 May 2013 20:36:54 +0200 Subject: [PATCH] Tried to disable erasing user flash when programming --- wasa/cores/flash.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasa/cores/flash.vhd b/wasa/cores/flash.vhd index e8088ed..992d19c 100644 --- a/wasa/cores/flash.vhd +++ b/wasa/cores/flash.vhd @@ -135,8 +135,8 @@ begin EFBInst_0: EFB generic map (UFM_INIT_FILE_FORMAT=> "HEX", UFM_INIT_FILE_NAME=> "NONE", - UFM_INIT_ALL_ZEROS=> "ENABLED", UFM_INIT_START_PAGE=> 0, - UFM_INIT_PAGES=> 767, DEV_DENSITY=> "4000L", EFB_UFM=> "ENABLED", + UFM_INIT_ALL_ZEROS=> "DISABLED", UFM_INIT_START_PAGE=> 766, + UFM_INIT_PAGES=> 0, DEV_DENSITY=> "4000L", EFB_UFM=> "ENABLED", TC_ICAPTURE=> "DISABLED", TC_OVERFLOW=> "DISABLED", TC_ICR_INT=> "OFF", TC_OCR_INT=> "OFF", TC_OV_INT=> "OFF", TC_TOP_SEL=> "OFF", TC_RESETN=> "ENABLED", TC_OC_MODE=> "TOGGLE", TC_OCR_SET=> 32767, -- 2.43.0