Search found 10 matches

by damarco
Sat Oct 15, 2016 5:42 pm
Forum: Other Applications
Topic: lib_xtcp change broadcast address ?
Replies: 1
Views: 3127

lib_xtcp change broadcast address ?

Hello, For a project with Artnet, the broadcast address must be changed. The XTCP responds correctly to 255.255.255.255 broadcast. For Artnet, however, additional addresses are required. Normally, the broadcast is formed by or from the netmask. This does not work with the XTCP this speaks only to th...
by damarco
Wed Apr 15, 2015 8:04 pm
Forum: Development Tools and Programming
Topic: xtimecomposer13.2.2 crashed width Ubuntu 14.04 LTS
Replies: 1
Views: 1665

xtimecomposer13.2.2 crashed width Ubuntu 14.04 LTS

xtimecomposer13.2.2 crashed width Ubuntu 14.04 LTS, package 7u75-2.5.4-1~trusty1 JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13) # Java VM: OpenJDK 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops) # Derivative: IcedTea 2.5.4 Problematic frame: # C [libgo...
by damarco
Wed Apr 08, 2015 6:51 pm
Forum: Projects
Topic: 32x32 Pixel RGB LED Matrix [XCore beginner here]
Replies: 31
Views: 33166

Re: 32x32 Pixel RGB LED Matrix [XCore beginner here]

Yes yes yes :) [BBvideo 560,340]https://youtu.be/LJflv5kmtKw[/BBvideo] it works. However, I still need to explore a little. assignment height and have a wide direct on the driver. The buffer is filled one-dimensional and of height and wide is the row identified. If you fill the buffer otherwise not ...
by damarco
Sun Mar 15, 2015 1:09 pm
Forum: Projects
Topic: 32x32 Pixel RGB LED Matrix [XCore beginner here]
Replies: 31
Views: 33166

Re: 32x32 Pixel RGB LED Matrix [XCore beginner here]

browse more analysis of the codes. If this is not the reason why it is not running. Seems to lack the appropriate c_led_cmds_in. How I can really work processes without a lot of time in the Anayse the codes do not say. A fine example of such code by not Maintaining unusable. If the developer yet act...
by damarco
Sat Mar 14, 2015 7:32 pm
Forum: Projects
Topic: 32x32 Pixel RGB LED Matrix [XCore beginner here]
Replies: 31
Views: 33166

Re: 32x32 Pixel RGB LED Matrix [XCore beginner here]

Your code is unfortunately too slow. You mussst the capabilities of the hardware more use. Buffered port .. The Clock with x <1; to be generated;) Better 0xAAAAAAAA; buffered at ports. The processing in the output slows the output. Better to transmit the data from one array to the outputs. To use 8 ...
by damarco
Mon Feb 23, 2015 7:26 pm
Forum: Other XMOS Development Kits
Topic: xMOS LC Boards with DSP4you switch setup
Replies: 3
Views: 4766

Re: xMOS LC Boards with DSP4you switch setup

The problem is when this switch is that there is no documentation. Everything closed code. The switch bassiert on a Marvell chip that has two AVB endpoints. The code, however faulty the switch crashes when connecting the endpoints. Especially since the switch leaks sometimes. There are some configur...
by damarco
Mon Feb 23, 2015 7:02 pm
Forum: Other XMOS Development Kits
Topic: Ethernet Slice on alt DIAMOND Port to U-16 Board
Replies: 8
Views: 8051

Re: Ethernet Slice on alt DIAMOND Port to U-16 Board

I must disappoint you, unfortunately. The Board U16 is not included in Ehternet board support. The translation will fail. Ask XMOS why it is not included. I have the U16 folder created in the project and with the on above-mentioned configuration on the square port to get to work.

greetings marco
by damarco
Sat Feb 14, 2015 6:23 pm
Forum: Other XMOS Development Kits
Topic: Ethernet Slice on alt DIAMOND Port to U-16 Board
Replies: 8
Views: 8051

Re: Ethernet Slice on alt DIAMOND Port to U-16 Board

yes !

in buffered port:32 p_mii_rxd; /**< MII RX data wire */

precisely, it is a 32-bit shift register defines what does not work with a 32bit port.
It can not be larger than 32bit.

regards Marco
by damarco
Sat Feb 14, 2015 9:35 am
Forum: Other XMOS Development Kits
Topic: Ethernet Slice on alt DIAMOND Port to U-16 Board
Replies: 8
Views: 8051

Re: Ethernet Slice on alt DIAMOND Port to U-16 Board

The PHY requires a 4 bit wide port. The jumper j14 is set. In Manual an error is included. On page 11, the pin assignment is described correctly. A32 forms with B6, B7, A6, A7, a 4 bit wide port. The problem to be being accessed here on a 32-bit wide port. See Manual page 21 A6 and A7 are here indiv...
by damarco
Fri Feb 13, 2015 10:14 pm
Forum: Other XMOS Development Kits
Topic: Ethernet Slice on alt DIAMOND Port to U-16 Board
Replies: 8
Views: 8051

Ethernet Slice on alt DIAMOND Port to U-16 Board

Hello, I want to run the Ethernet Slice the old Diamound port on the U16 Board. The following pin assignment has been made in the ethernet_board_conf.h. #if defined(ETHERNET_USE_ALT_DIAMOUND) #define ETHERNET_DEFAULT_TILE tile[1] #define PORT_ETH_RXCLK on tile[1]: XS1_PORT_1J #define PORT_ETH_RXD on...