Search found 14 matches

by aritec
Wed Aug 18, 2021 2:06 pm
Forum: Development Tools and Programming
Topic: Dual MII port MAC/ethernet server
Replies: 7
Views: 3379

Re: Dual MII port MAC/ethernet server

Thanks, I think I stick to the old module, cause I just need multiple tcp connection to the same port number. Should also work with the old module.
by aritec
Wed Aug 18, 2021 1:29 pm
Forum: Development Tools and Programming
Topic: Dual MII port MAC/ethernet server
Replies: 7
Views: 3379

Re: Dual MII port MAC/ethernet server

Is it worth for using the new lib_xtcp?
by aritec
Wed Aug 18, 2021 6:49 am
Forum: Development Tools and Programming
Topic: Dual MII port MAC/ethernet server
Replies: 7
Views: 3379

Re: Dual MII port MAC/ethernet server

Thank's akp, so i follow the old sc_ethernet code and will come to an end. I did dig into this code 8 years ago.
By the way - is it worth the trouble just to have the newest tcp/ip stack?
by aritec
Tue Aug 17, 2021 4:20 pm
Forum: Development Tools and Programming
Topic: Dual MII port MAC/ethernet server
Replies: 7
Views: 3379

Dual MII port MAC/ethernet server

Hi a long time ago there was a function ethernet_server_two_port() provided by module_ethernet, to have 2 ethernet ports interacting as a kind of hub/switch. /** Dual MII port MAC/ethernet server. * * This function provides both MII layer and MAC layer functionality. * It runs in 7 threads and commu...
by aritec
Fri Dec 22, 2017 4:23 pm
Forum: Development Tools and Programming
Topic: SPI boot not working with xTIMEcomposer v14.3.2
Replies: 2
Views: 2482

Re: SPI boot not working with xTIMEcomposer v14.3.2

Hi,
this is a custom PCB. an old one and the application with XDE v11 worked for years.
Moving to the new xTIMEComposer v14.3.2 brought up the problem. Going back to v14.2.x made it boot again, without any changes.
Just xTimecomposer v14.3.2 wan't boot.
by aritec
Thu Dec 21, 2017 3:59 pm
Forum: Development Tools and Programming
Topic: SPI boot not working with xTIMEcomposer v14.3.2
Replies: 2
Views: 2482

SPI boot not working with xTIMEcomposer v14.3.2

Switched to the new xTIMEcomposer v14.3.2. Now I have a problem with the SPI boot. The Flashloader seems not to find an image to start. I checked the SPI flash data and they seem to be ok. Has this anything to do with this topic https://www.xcore.com/viewtopic.php?f=26&t=6132&hilit=loader&am...
by aritec
Tue Nov 28, 2017 1:17 pm
Forum: Development Tools and Programming
Topic: XTAG-2 on OS X
Replies: 2
Views: 3442

Re: XTAG-2 on OS X

v14.3.2. works, but I have an old project and the new constrains would bring a lot of work. So I'd like to stick to v11.11.1.
by aritec
Tue Nov 28, 2017 12:07 pm
Forum: Development Tools and Programming
Topic: XTAG-2 on OS X
Replies: 2
Views: 3442

XTAG-2 on OS X

OSX: 10.13.1
XMOS: 11.11.1

XTAG-2 probe got not detected. If I run "run - l" I got "Cannot access device list".

What is missing.
by aritec
Mon Nov 27, 2017 7:50 am
Forum: Development Tools and Programming
Topic: Migrate v11.11.1 Project to v14.x
Replies: 1
Views: 1631

Migrate v11.11.1 Project to v14.x

Will I face major problems if I migrate an old v11.11.1 project to the newest v14.x xTIMEComposer.
So far I had to make minor adaption to par constrains.
But I'm not sure if I'm unaware of runtime problems.

Any suggestions / comments are welcome.
by aritec
Mon Nov 27, 2017 7:39 am
Forum: Development Tools and Programming
Topic: Define address of constant in flash
Replies: 7
Views: 4185

Re: Define address of constant in flash

The last sentence hits the point: "Once these details are known, you..."

For this, I'd like to tell xmake where to place my "constant version", so I can read it out, I already made Google searches, but without success.