From aa783ae3fd81c9256c4c8a9dc09462ac779f9992 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 6 Dec 2017 16:22:42 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11121 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SPC5/SPC56ECxx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c b/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c index a179633b3..efc1c035e 100644 --- a/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c +++ b/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c @@ -76,7 +76,7 @@ void hal_lld_init(void) { n = halSPCGetSystemClock() / OSAL_ST_FREQUENCY; port_write_spr(22, n); /* Init. DEC register. */ port_write_spr(54, n); /* Init. DECAR register.*/ - n = 0x0440; /* DIE ARE bits. */ + n = 0x04400000; /* DIE ARE bits. */ port_write_spr(340, n); /* TCR register. */ /* TB counter enabled for debug and measurements.*/ -- cgit v1.2.3