Am 24.04.19 um 02:35 schrieb Jython:
> yes, I need to do low power for stm32f4
> will this line work __asm__ volatile ("wfi");?
That line should be correct. Please note that the instruction is already
used in the armv7 idle thread:
https://git.rtems.org/rtems/tree/cpukit/score/cpu/arm/armv7-threa
yes, I need to do low power for stm32f4
will this line work __asm__ volatile ("wfi");?
On Tue, Apr 23, 2019 at 10:28 PM Christian Mauderer <
christian.maude...@embedded-brains.de> wrote:
> Am 22.04.19 um 09:47 schrieb Jython:
> > HI, ALL!
> > wfi
> http://www.keil.com/support/man/docs/armcc/armc
Am 22.04.19 um 09:47 schrieb Jython:
> HI, ALL!
> wfi http://www.keil.com/support/man/docs/armcc/armcc_chr1359125004400.htm
> how can i call the arm __wfi?
>
> ___
> users mailing list
> users@rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
Hi Joel,
Thank you for the hint.
It worked and the testsuite runs through again now.
I attached a patch for the master branch.
Best regards,
Jan
Von: Joel Sherrill [mailto:j...@rtems.org]
Gesendet: Donnerstag, 18. April 2019 15:43
An: Sommer, Jan
Cc: rtems-us...@rtems.org
Betreff: Re: pc686: