### Description WIZWIKI W7500 and W7500P's RGB LED D1 does not turn on as expected with a simple program. This issue was raised by a user on [questions](https://os.mbed.com/questions/82435/Blink-example-does-not-work-on-WIZwiki-W/) ``` #include "mbed.h" DigitalOut myled(LED1); int main() { myled = 0; while(1) { wait_ms(1000); myled = !myled; } } ``` [WIZWIKI W7500 Target Page](https://os.mbed.com/platforms/WIZwiki-W7500/) [Schematic](http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:wizwiki_w7500:wizwiki_w7500_v1.1.pdf) ### Issue request type <!-- Required Please add only one X to one of the following types. Do not fill multiple types. (Split the issue otherwise.) Please note this is not a GitHub task list; indenting the boxes or changing the format to add a '.' or '*' in front of them changes the meaning incorrectly. The only changes to make are to add a description under the description heading and to add an 'x' to the correct box. [X] Question [ ] Enhancement [ x] Bug --> [ ] Question [ ] Enhancement [x ] Bug