News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

TE0701 REV06 CPLD firmware fix

Started by arachek, May 22, 2020, 12:24:53 PM

Previous topic - Next topic

arachek

CPLD firmware (SC-PRJ-TE701-06_CC701-05_20161122) for TE0701 REV06 contain error on line 395:

LED1 <= vadj_led when rgpio_active='0' else rgpio_out(1);

This leads to that the LED1 works together with the LED2, when controlled via RGPIO.
To fix this, line 395 should be replaced with:

LED1 <= vadj_led when rgpio_active='0' else rgpio_out(0);

It will be nice, if Trenz add this fix to the new CPLD firmware version for TE0701.

JH

Hi,
thank you to pointing out this mistake.

I've open an ticket so that we will fix it in the next firmware update,

At the meantime you can do it also by yourself.
Firmware source code: https://shop.trenz-electronic.de/en/Download/?path=Trenz_Electronic/Modules_and_Module_Carriers/4x5/4x5_Carriers/TE0701/REV06/Firmware
Update instruction: https://wiki.trenz-electronic.de/display/PD/TE0701+CPLD+Firmware

br
John