This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I would appreciate if someone could help me to do some calculations based on the following output: init_memory_mapping: 0000000000000000-0000000037bfe000 0000000000 - 0000200000 page 4k 0000200000 - 0037a00000 page 2M 0037a00000 - 0037bfe000 page 4k kernel direct mapping tables up to 0x37bfdfff @ [mem 0x009fa000-0x009fffff] RAMDISK: 7d11f000 - 7fff0000 Allocated new [...] read more
I have done like if user click on the Button then the Sound is play. But right now i am not able to listern sound after some clicks. I dont know why ? Here is the code that i am using to play the sound. Code: case R.id.lockView: playSound(R.raw.dooropen); break; [...] read more
I am liking the http://www.xmos.com chips but want to get a lower level understanding of what is going on. Basically assembler. I am trying to sort out something as simple as an led blinker, set the led, count to N clear the led, count to N, loop forever. Sure I [...] read more