E_SR on the exclude list is the reason.
Found out that due to something like reflection LMS forte device code needs E_SR, but it still compiles.
Compiles, links, fits in Lego, blinks, clicks like forte is running, BUT there is a catch...
Found out that due to something like reflection LMS forte device code needs E_SR, but it still compiles.
Compiles, links, fits in Lego, blinks, clicks like forte is running, BUT there is a catch...
Windows no longer sees the LMS as an eCos USB serial device,
but as an unknown device under Universal Serial Bus controllers instead of under COM ports.
Note: Before flashing Windows sees the LMS under Ports(COM & LPT) as AT91 USB to Serial Converter (COMx) just like it should.
Windows did see the LMS as an eCos device before:
- adding in the call to init the avr
- before excluding anything
Test 1: Comment out the call to init the avr
Result: Windows doesn't see the LMS device at all.
Scan for HW changes didn't find it either. LMS still blinks and clicks.
Test 2: Test with AVR and no excludes
Expected too big, but wasn't. Sees the LMS device as an eCos device like it should.
So the exclude list or something in it, makes the LMS into an unknown device.
Really dum error: duplicated text at the beginning of the Exclude FBS text in the cMake file.
BUT didn't hurt anything.
So the exclude list or something in it, makes the LMS into an unknown device.
Really dum error: duplicated text at the beginning of the Exclude FBS text in the cMake file.
BUT didn't hurt anything.
No comments:
Post a Comment