I purchase the TMC2240 EVA KIT and after installing PMCL-IDE software I get : Fount 1 PIDs : VID_2A3C&PID_0700 : Driver not found and the software abort... Have a look to the screenshot. Thanks for help
TMC2240
Recommended for New Designs
The TMC2240 is a smart high-performance stepper motor driver IC with serial communication interfaces (SPI, UART) and extensive diagnosis capabilities....
Datasheet
TMC2240 on Analog.com
I purchase the TMC2240 EVA KIT and after installing PMCL-IDE software I get : Fount 1 PIDs : VID_2A3C&PID_0700 : Driver not found and the software abort... Have a look to the screenshot. Thanks for help
Hi, I mentioned this in a different post. Have you loaded the newest firmware from https://github.com/trinamic/TMC-EvalSystem/releases. ? this could solve the problem.
Best
Fabian
Hello Fabian,
I reinstall tmclide v3.9 and get the same message and an abort, this WITHOUT any eval kit connected.
When I connect the eval kit with and without the tmc2240 board : the same !
I am in windows 8 , 2012
I tried to install the v3.6 (witch support my tmc2240 board) but I am unable to find the corresponding download on your site.
Regards,
Alain
Hey as I mentioned before, you need to get the correct FIRMWARE from the Trinamic github page.
1. Go to: https://github.com/trinamic/TMC-EvalSystem/releases
2. Download the latest firmware release
3. Install it in the TMCL-IDE
I had the same issue since the TMCL-IDE states to get the firmware from the website.
This is my original Post TMC2300-EVAL-KIT missing firmware
sadly, ADI did not update their website to reflect that.
Hi Fabian,
Thank you for the very fast answer !
I’ve downloded the last firmware from githut BUT I still remain unable to start correctely tmcl-ide.exe because the software dont found any device/module as I said.
On my eval kit the green led “status” is blinking.
It seem the usb driver for the kit is missing…
I don’t understand why this is so complicated : I installed a lot of eval boards without any problem of driver and they still work fine.
Very sorry to spend your time but I am sad with this board and I need to test the tmc2240 since months.
Regrds,
Alain
Hey,
since I had through the same hoops to achieve what should be pretty easy.
The problem is not the TMCL-IDE it is the board that does not have the correct firmware on it.
This is how I did it.
1. Go go https://github.com/trinamic/TMC-EvalSystem/releases/tag/3.09.6 and download the hex file. I think it should be LandungsbrueckeV3_v3.09.6_BL.hex
2. Your board has to be attached to allow flashing a new hex file to it.
3. Open your tmcl-ide and click on "firmware update" at the top right.
[tmcl-ide-hex.png](https://postimg.cc/rzbSX098)
https://postimg.cc/rzbSX098
choose the Module, and select the firmware version to update.
This should do the trick.
Hope it helped,
Best
The Trinamic EVAL system consists of a base-board called Landungsbruecke and the EVAL Board that has the motor driver on it. I am referring to the Landungsbruecke itself and not to the EVAL board.
The problem is, that the firmware on the board that needs to be updated.
In the TMCL-IDE: Check the firmware version of your Landungsbruecke board, this should show up on the left side under Connected devices. If it is not v3.09 an update might be needed.
1. Go to https://github.com/trinamic/TMC-EvalSystem/releases/tag/3.09.6 and get the latest release. Depending on the revision of your Landungsbruecke, download the Hex file.To see what file version is needed, take a look at the top-mark of the processor chip on the Landungsbruecke.
2. Click on Firmware Update in the upper right band. (it is the green arrow down)
3. Upload the hex file to the Board
If all works, the Landungsbruecke should have the latest v3.09 Firmware Version installed.
Best
Fabian
Thanks Fabian,
I understant well but to upgrade firmware I NEED TO SEE THE DEVICE and I don’t see my board because driver is not unstalled.
I just need where to find the USB driver and ONLY after I will be able to upgrade firmware
Regards and thank you for your time
ah, I see. Sorry for the missunderstanding.
I don’t understand why this is so complicated : I installed a lot of eval boards without any problem of driver and they still work fine.
I thought that the Landungsbrücke is detected in the IDE since you said that you already worked with it.
I doubt that's an issue with the IDE then, have you checked if it is running with newer widows? Win 8 is pretty outdated!
For testing, I installed the TMCL-IDE on a win11 machine and attached the "Landungsbrücke", it got detected without issue
Thanks Fabian,
I will try with a recent windows version.
By the way I tried with a rpi pi 5 as followed :
$ python3 FirmwareUpdate.py LandungsbrueckeV3_v3.09.5.BL.hex
and get the following returns:
pytrinamic - TRINAMIC’s Python Technology Access Package
Openning hex file (Landun…)
Connecting
Switching to bootloader mode
Reconnecting
ERROR:root:GetVersion returned invalid answer ()
Regards
Alain