27/05: HC12::MON12 Jump Table
This is the jump table from the CML12S-DP256 v2.7F
Using code from the manufacturer Axiom and several data sheets to figure out what they are talking about I finally found how to send your own character to the CGRAM (Character Generator RAM).
This applies to the CML-9S12DP256 from Axiom with the add on LCD module (Fema CM204P-SGR1) running on a SPLC780D controller.
This applies to the CML-9S12DP256 from Axiom with the add on LCD module (Fema CM204P-SGR1) running on a SPLC780D controller.
13/05: Verilog::RS Latch
Quick example accomplishing an RS Latch with Verilog Data Flow.
12/05: C++::Value to Hex String
Ever needed to print out a hex string but needed a converter. Probably not because its build into most string classes. Though if you can't use a string class then you might just need something like this.
Here is an example of a three bit multiplication in Verilog made to fit into a EPM7160SLC84-10.
I think I wrote a four bit one that I will try to find.
I think I wrote a four bit one that I will try to find.
04/05: ASM::One-Hot Decode
Here is a quick way for you to decode a one hot state value into a binary representation. This code is built for the MIPS32 architecture.
04/05: jQuery::Click/Double Click
The battle of the standards is constantly a struggle. I found myself needing a solution to the jQuery Click/Double Click problem. This example will send one click or double click to the helper functions. Compatible with Firefox and IE > 6.
04/05: Your Concepts, Developed.
Its a nice tag line but really I am just going to step back from the sales pitch and offer code. If you have questions or comments feel free to post away.