Hi Support.
I have problems with caches.
Using MQX 4.2, TWR-K60 board, Codewarrior
I want to measure run time function, with enable and disable cache.
But both cases I get the equal time.
In order to activate support of caches in MQX I made next changes in kinetis.h. /* ** Cache and MMU definition values */ #define PSP_HAS_MMU 0 #define PSP_HAS_CODE_CACHE 1 #define PSP_HAS_DATA_CACHE 0 and rebuild libraries. Could you help , please.
解決済! 解決策の投稿を見る。
Hi David:
Please check whether there is cache on your board.
The cache is available in K10,K20,K60, K70 families running at 120Mhz with between 512KB-1MB Flash memory.
Regards
Daniel
Hi David:
Please check whether there is cache on your board.
The cache is available in K10,K20,K60, K70 families running at 120Mhz with between 512KB-1MB Flash memory.
Regards
Daniel
Thanks