• LPC23xx RL-Flash bug on SD card init after Reset
    Hi ! I have a mcb2300. I made the test with the SD_File demo. When I reset the target with the button, the app is unable to init the SD card (tried many times). If I to reinsert the SD card and...
  • LPC23xx RL-Flash bug on SD card init after Reset
    Hi ! I have a mcb2300. I made the test with the SD_File demo. When I reset the target with the button, the app is unable to init the SD card (tried many times). If I to reinsert the SD card and...
  • Parameter pass bug ??
    The following code works in Carm Compiler and it doesn't work in Realview Compiler !! What's happening ? char func(char x1, char x2) { return(x1+x2); } char teste(char c1, char c2) { func(4,5...
  • Parameter pass bug ??
    The following code works in Carm Compiler and it doesn't work in Realview Compiler !! What's happening ? char func(char x1, char x2) { return(x1+x2); } char teste(char c1, char c2) { func(4,5...
  • X11 Display pointer check bug
    Hi, A normal way to integrate Mali on Linux/X11 is to first open a connection with the X server and get an X display pointer via XOpenDisplay() , and pass that to eglGetDisplay() to get the equivalent...