Garry Clarkson
Activity overview
Latest activity by Garry Clarkson-
Garry Clarkson created a post, How to discover the IP address of the device from Lua
I was asked recently to retrieve the local IP address(es) of the device which is running a Storyboard application from Lua so that it can be displayed. The topic has been touched on before and the ...
-
Garry Clarkson created a post, Guidance on setting an appropriate task stack size for Storyboard on an MCU
I was asked by one of our customers how to scope and define the maximum size of Stack for the task that Storyboard will run? There were some follow-up questions and expansions that I wanted to shar...
-
Garry Clarkson commented, Brett will hopefully be in touch later today with the details around the linker and memory map changes as a first step. In parallel we have also been working with Eliot on the steps for enabling th...
-
Garry Clarkson commented, Hi Marc, I believe that your colleague Eliot is also engaging with us through a support ticket. We have undertaken a review of the memory map for you project and the SDRAM region where the binary f...
-
Garry Clarkson commented, Hi Maxime, I am glad you found the resolution. Compiling lua scripts to byte-code will not only improve performance but also it strips the non-executable content such as comments from the script fi...
-
Garry Clarkson created a post, Lua Cheat Sheet - examples of common syntax
Here is a quick drop of a cheat sheet for common Lua syntax and notations that we use during Storyboard training. Hopefully you find it useful LuaCheatSheet.lua : -- Lua Cheat Sheet for Programmers...
-
Garry Clarkson commented, Hi Martin, the JS plugin environment is developed in the same way as the the Lua plugin. It is interpreted at runtime and based on the duktape framework (https://duktape.org/ ). The implementation ...
-
Garry Clarkson created a post, AnsweredExample using GPIO hard-button inputs mapped to standard key board events when running Storyboard on MCUs
We typically leave this code implementation up to customers as the hardware is very board specific however we did not have a great deal of documentation to show how this could be done for an MCU ta...
-
Garry Clarkson commented, Thanks Sarah this is super useful
-
Garry Clarkson created a post, NXP MCUXpresso Touch controller not working on iMXRT1050, iMXRT1060 and iMXRT1064 - panel RK043FN02H
There is a software bundle and demo for the iMXRT10xx family already included in the NXP MCUXpresso SDK Builder for the common EVK evaluation boards, available directly from NXP and I discovered th...