Just yesterday, im facing a more complex same sort of problem like mbed not working!
I have 2 1768s out of which one was untouched and the code that was proven to work(I had like 10 binaries) still the code doesn't work as it used to work previously!
I'm Driving LEDs the ws2801 led strips which were working all fine from the last 15 days all is fine too:
a. I checked the pins they are all right Im using the p11 and p12 , I checked them with a multimeter and also the putting an LED over them the blink code works on the LEDs meaing that the GPIOs are all fine!
Then checked the strips ,its all fine, I check them with some code for the ws2801 proven to work for Arduino and it works there too!
WHY NOT THE mbed?
ohh and its not the long cable issue either as the binaries are landing all fine as the size is the same and also the blinky binaries proove that the code is running fine on the mbed
AND ALSO I have a colleague in USA who has the entirely same setup he reported the same code working and also gave me the video! but why isnt it working here? The connections are quadruple checked I mean there arent many connections! just the plain Data and clock lines!
Is it something changed over the course of yesterday ,I mean some sort of compiler update? OR perhaps some CMSIS tinkering?
Hey everyone,
I face some troubles using my Mbed, but I hadn't encounter this problem before. When I try to put a binary on the device (the simplest one like the Hello World with blinking leds), the status led blink and the program is saved.
But when I reset the Mbed (pressing the reset button), the program doesn't start. I have tried to format the card and save different programs but without success.
My problem is that I have difficulties to understand what happens because, sometimes (rarely), the program finaly starts (with blinking leds)... At least, it means that the card can work... but why randomly ?
Thanks... Simon