We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7409b24 commit 278f55dCopy full SHA for 278f55d
example/baremetal/arc_feature/cache/main.c
@@ -44,7 +44,7 @@
44
#define FILLED_DATA 0xcc
45
46
__attribute__ ((aligned(DCACHE_LINE_LENGTH*DCACHE_LINE_NUM)))
47
-static unsigned char cache_data[DCACHE_LINE_NUM][DCACHE_LINE_LENGTH];
+static unsigned char cache_data[DCACHE_LINE_NUM][DCACHE_LINE_LENGTH] = {0xFF};
48
49
/**
50
* \brief call cache related functions
0 commit comments