mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 11:24:06 +02:00
lib: fix lpc176x flash accelerator config
According to the datasheet it is necessary to set the flash accelerator value to 5 CPU clocks for 100-120MHz . Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
c1b8886c0f
commit
7fe51a9de2
@ -327,7 +327,7 @@
|
||||
// </e>
|
||||
*/
|
||||
#define FLASH_SETUP 1
|
||||
#define FLASHCFG_Val 0x0000303A
|
||||
#define FLASHCFG_Val 0x0000403A
|
||||
|
||||
/*
|
||||
//-------- <<< end of configuration section >>> ------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user