Disable Zynq L2 cache for RTEMS

2019-04-29 Thread Fernando Domínguez
Hi all, I'm looking for a way to disable the Zynq L2 cache. It is currently this functionalinity implemented in RTEMS or should I use Xilinx BSP functions? Using rtems_cache_disable_data() all caches are disabled and not only the L2 I suposse Regards, Fer. __

Re: stm32f4 wakeup interrupt

2019-04-29 Thread Christian Mauderer
Am 29.04.19 um 03:36 schrieb Jython: > Thank you a lot ! maybe i was thinking make code more clear and then > forget the right No problem. Pointer bugs are most likely one of the most common ones for C programmers. You know the 4 most common bugs: - wrong parentheses - pointer bugs - off by one e