You want to use setWatch with irq:true, with a function you defined in your own firmware? If so, yes you can - there's nothing special to do. Just write the function and it'll work.
However you wouldn't be able to use http://www.espruino.com/InlineC on the STM32F4discovery, since it's a service I only provide to paid boards.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You want to use setWatch with
irq:true
, with a function you defined in your own firmware? If so, yes you can - there's nothing special to do. Just write the function and it'll work.However you wouldn't be able to use http://www.espruino.com/InlineC on the STM32F4discovery, since it's a service I only provide to paid boards.