sam
New Member
Posts: 12
|
Post by sam on Mar 31, 2017 6:19:26 GMT
Memtool: FLASH/OTP - Memory Device PFLASH0: 2 MByte OnChip Program FLASH (not ready) PFLASH1: 2 MByte OnChip Program FLASH (2) (not ready) DF_EEPROM: 384 KByte OnChip Data FLASH (not ready) UCBs: 8K UCB FLASH (not ready)
|
|
sam
New Member
Posts: 12
|
Post by sam on Mar 31, 2017 6:22:55 GMT
Arduino Serial Monitor text after pressing the reset button:
ShieldBuddy Tc275 Test Application
[?25l[2J[H
TC275_POM_Acd = 00:00:00:00:20:F5:BC:02:1D:6A:FF:C7:11:92:00:40 -------------------------------------------------------------------------------- Test ShieldBuddyTC275 RevC
Press any key to
proceed with test...
|
|
|
Post by Admin on Mar 31, 2017 8:06:02 GMT
This is definitely a DC step processor but the message from MEMTOOL implies it is either a CA step or MEMTOOL is picking up the wrong Aurduino_TC27xX_das.cfg.
Please start MEMTOOL directly and see if it will connect to the processor.
|
|
sam
New Member
Posts: 12
|
Post by sam on Apr 6, 2017 7:49:52 GMT
Do shieldBuddy support the double or it supports only float? I require double precision. How can I run calculations with double precision on this board?
|
|
|
Post by Admin on Apr 6, 2017 10:50:30 GMT
The double support is currently disabled but we can enable it in the next release, if required.
|
|
sam
New Member
Posts: 12
|
Post by sam on Apr 6, 2017 11:09:39 GMT
Thanks, Next release of ShieldBuddyMulticoreIDE? or you are planning to release some patch for that? It will be great if this issue can be fixed ASAP using some patch.
|
|
|
Post by Admin on Apr 6, 2017 12:16:25 GMT
The next release will be tomorrow!
|
|
|
Post by Admin on Apr 7, 2017 9:38:05 GMT
|
|
sam
New Member
Posts: 12
|
Post by sam on Apr 7, 2017 10:26:52 GMT
Thanks Admin...It seems that the processing speed has reduced after updating the software. Please have a look.
|
|
sam
New Member
Posts: 12
|
Post by sam on Apr 11, 2017 8:35:29 GMT
Hi Admin,
I mentioned in my last post that the processing speed of the board has reduced after updating the software. To check that I reinstalled the previous version of ShieldBuddyMulticoreIDE and run the code using float(run time 3 sec). On the other hand the run time for recently released v1.37 was 158 sec (same code using floats only). I think there is some issue with the v1.37 as it is making code slow. Please have a look.
|
|
|
Post by Admin on Apr 11, 2017 8:54:41 GMT
This is strange. Are you sure there are no double floats in the software? The Aurix has built-in single precision floating point units so float operations are very fast. Double float operations are performed using emulation libraries and these are much slower.
We will remove the double float support in v1.38 pending an investigation!
|
|
|
Post by wphrwm on Apr 19, 2017 20:06:01 GMT
Hi I have just received my ShieldBuddy (UK) and it is also a DC variant and so I have the same problem as Hotz. After reading the posts, I installed the latest version of the Multicore IDE and now the Shieldbuddy is not recognised by the device manager - "unknown device" - it is powered. Hitting the rest has no effect. Help please! NB the shieldbuddy was recognised, albeit wrongly, by the earlier version of the software.
|
|
|
Post by Admin on Apr 19, 2017 20:30:30 GMT
Hi, if the Shieldbuddy is not recognised by the Device Manager it is likely that the DAS driver has not installed properly. This is part of the MEMTOOL Flash programmer. What Windows version are you using?
|
|
|
Post by wphrwm on Apr 19, 2017 21:17:16 GMT
I am using Windows 10. Should I actively delete the Hitex directory before installing the new version - it doesn't appear in the Win10 apps list so it would have to be brute force? I didn't do this to begin with as I am not sure where the tool chain data etc goes.
Thanks for the help.
|
|
|
Post by Admin on Apr 20, 2017 5:55:39 GMT
Yes delete the c:/Hitex directory. Then reinstall the Aurix free toolchain then the Shieldbuddy add-in for the Arduino IDE.
|
|