glasgow
glasgow copied to clipboard
Scots Army Knife for electronics
Tested on CC2510-2511DK_Dongle R1.2. Reads/writes code and lock bits. 'Should' work on unbanked CC111x, CC251x & CC243x parts. Might work on banked CC243x parts (F64 & F128).
On recent ArchLinux (Kernel 5.6.13), glasgow fails to run any applet on the first invocation of `glasgow run` after connecting the device to USB. The error message is the following:...
Glasgow revC devices use 74LVC1T45 level shifters for the two ports. They support a 1.65 to 5.5 V voltage range, but lack official support for 1.2 V. @attie found out...
It would be useful to have a GPIB applet, as it would allow us to talk with lots of, mainly older, testing equipment.
When using the memory-25x, you have the ability to set the sector size, using the `-S` parameter. However setting this value does not update the command that's actually sent to...
This implements an I2S capture interface, with all signals as inputs (Bit Clock, Frame Select, Data). LED indicate state: - U1 - FIFO is full - U2 - Fault condition...
This PR is an attempt to address #179. This bitarray implementation follows the interface established by `glasgow.support.bits` while changing the backing storage to an `array()` object. Currently the element size...
For a hardware project I'm working on now I'm using both the Glasgow as a UART pty and a separate basic FTDI breakout for JTAG. I see potential for having...
I've started working on an applet for the ecp5. Right now it supports the bare minimum: reading IDCODE, STATUS register and can download a bitstream. The ECP5 expects the bit...