• Memory estimation
    Hello, is it possible to see how much memory is still avaible. I have NDATA(0xC000 - 0xE7FF) and a program. Now I would add a data array but I should know what the memory size is still avaible. I've...
  • How to recursively search/list directories in USB/uSD
    Hi, i have been trying to recursively search and list directories using ffind()but some how the nested ffind() doesn't work, i tried with static values also but no success here is a part of the...
  • Thousand separator in printf
    Hi, I want to do something like this printf("The number = %d\r\n",1000000); And I want it to show as The number = 1000,000 but I get The number = 1000000 also I have tried to use setlocale...
  • Would it be worth it to buy HDMI Splitter 2x8 from Chinese Online store?
    I found a really good deal for HDMI Splitter 2 HDMI input signal switch and distribute to 8 HDMI sink devices ( http://goo.gl/4sH9Fo ). I have never bought something from these online stores, and was...
  • USB CDC-Device fails reading after some thousand bytes
    Hello together! I'm having trouble with the USB CDC-Device Class. After sending some thousand of bytes from the Host (PC, Win 7/8) to my devices (NXP LPC1769/1778) the communication fails. For example...