Re: Use of __attribute__((uncached)) using the ARC toolchain
Ruud Derwig
Hi Nikola,
It looks like a similar known issue, see https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/319 Thanks for reporting. In many cases other uncached accessor functions for IO read/writes are used instead of the uncached attribute, but let’s see if I can boost priority for fixing this with your report. Your workaround should be fine for now, let me know if you need more help.
Regards,
Ruud.
From: users@... <users@...>
On Behalf Of nikola.neskovic995@...
Sent: Friday, March 11, 2022 2:49 PM To: users@... Subject: [Zephyr-users] Use of __attribute__((uncached)) using the ARC toolchain
Hi, I am trying to make an array that would bypass cache. I declare it like this:
|
|