Hello Gasper! UrJTAG is a "current" branch of the OpenOCD JTAG tools. As OpenOCD have not been deveoped for some time, hackers decided to take over this...
Thanks alot for the input, we have tried with alot of PC's and a few serial cable's. Will go out and buy a new cable just in case. Best regards, Robert...
Hi, MIght be wrong here, but it seems to me UrJTAG in a reincarnation of openwince, and has nothing to do with openOCD. It's more aimed at FPGA and CPLD...
... You can if you ordered the Keil tools which use a dongle license manager. With the dongle, you can install on as many machines as you like, but only the...
Look at the protocol!!!! Where/when does a 'block' start, where/when does a block end, and what happens in the middle, and what happens between blocks? Unless...
Hi, could you please let me know what is the price about such device? I've just finish to develop a Ethernet interface by using the EM200 Tibbo module around a...
Hi, I'm connecting to this thread to ask some simple question. Some time ago I've build a binary protocol instead a simple classical ASCII protocol. With this...
... Hi Fabio, We use a start character, data size count, data and then crc for our protocol with an ACK/NAK by the receiver to inform the sender if the data...
Hi Charles, thanks for your reply. Well I've also implemented the resending feature after some error, I've also used 5 times. From your description then you...
... Hi Fabio, Yes we have no end character. The start character is usually all we use and the count size allows us to have a variable length packet system with...
... We are using IAR for the ARM compiler so we are using the same USB dongles (it seems more flexible than the node-locked license). But for Keil C51, it...
I am not familiar with LPCUSB or libusb-win32.dll but this doesn't sound abnormal for usb bulk transfers. You say that you are sending "small" amounts of data....
I'm using Rowley's CrossStudio...no makefile crypttos! I can set options file by file...but i think that a more ellegant solution is using __attribute__ or...
... Any real-world app will have compiler dependence, especially when dealing with CPU-specific things like instruction set choice. An easy,obvious,...
Hello Fabio, ... take the case data0 has (out of random puposes) the value of start crc1 has a value of 0 and you receive two end characters. Then you maybe...
... I know nothing about Keil C51 (I *really* dislike the 8051 architecture!), but I have Keil tools acquired with two different ARM development systems, and...
Dear Martin, first of all thanks a lot for your reply. Well about your case of study I think the crc check can reveal the wrong data, in my implementation I've...
Hi Johan, I built something very similar, using enc28j60 and lpc2106 ( just happened to be what I had available), but it will easily fit into lpc2103, don't...
That is correct, my error! Too many data processing, crc is failing. Although this will be great tool for firmware dump/upload from any jtag enabled device, I...
Hmm... when I added Thumb support to ImageCraft compiler, it was a no brainer to add a #pragma. I rather see things spell out that way than hidden in a Project...
Hello ARM experts, I am looking for 1. ARM11 based eval board. 2. In-Circuit-Emulator for ARM11. 3. OpenOCD or something simular for ARM11. 4. Tool-chain for...
Hi, ... The only bare evaluation board I know of is the iMX31-based board from Logic PD: http://www.logicpd.com/products/devkit/freescale/imx31_litekit We have...
... with ... Tom, I have had good results using a serial flash device. They come in many sizes and can run quite fast(up to +25MHz I believe). I am using ST...
... Also, if you don't need a large ammount of memory microchip sells interesting I2C serial flash like 25AA1024. They are byte addressable so you can store ...