Other Parts Discussed in Thread: PROFIBUS, , AM3359
Hello,
after much effort I've eventually managed to get the basic Software for Profibus running in Debug- mode on the TI TMDSICE3359 Eval-board and also managed to configure the Profibus communication appropriately for our purposes. However, after flashing a release version and also having this running I discovered that after a reboot the system does not restart. I am using the recommended version of SDK 4.3.0.
1) I assume that this is due to an initialisation problem. Up to now I've always worked with microcontrollers working directly from flash- memory but I believe the TI AM3359 ist fundamentally different and always works from RAM due to speed requirements; am I right?
2) During compilation the last step always registers "Error opening input image file!" although the "profibus_slave_AM335x_arm.out" file exists where it should be. I checked the syntax for pdkAppImageCreate.bat and it all seems to be ok. Trying to run this batch file in a windows command line gives the same result. What is wrong here?
3) Could this missing image file be the cause of my reboot problems?
Thanks in advance.