1/17: ExtUSB AV Cable

HTCShawnNo Comments

HTC ExtUSB Connector

A – USB Ground
B – +5V allows phone to suck 1000mA to charge faster
C – +USB Data Line
D – -USB Data Line
E – +5V @ 1000mA (If you only have 500mA ground B)
1 – Video Out
2 – Audio Right
3 – Ground (Video Sense)
4 – No connection otherwise you loose video
5 – Audio Ground
6 – Audio Left
Shield – Ground / Cable Shield

12/30: MON12 Jump Table

Axiom, HC12ShawnNo Comments

This is the jump table from the CML12S-DP256 v2.7F

Read the rest of this entry »

12/20: HC12 Build you’r own Character

UncategorizedShawnNo Comments

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).

Read the rest of this entry »

12/12: Verilog RS Latch

VerilogShawnNo Comments

Quick example accomplishing an RS Latch with Verilog Data Flow.
Read the rest of this entry »

8/3: Value to Hex String

UncategorizedShawnNo Comments

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.
Read the rest of this entry »

6/21: Three Bit Multiplication

VerilogShawnNo Comments

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.
Read the rest of this entry »

6/6: One-Hot State Decoder

ASM, MIPS32ShawnNo Comments

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.
Read the rest of this entry »

5/4: jQuery Click/Double Click

jQueryShawnNo Comments

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.

Read the rest of this entry »