• Genarating a PDF file inside my micocrontroller
    Well, I think this may be an interesting challenge. I would like to collect data in a datalogger and genarate a pdf report in the datalogger micro itself. The otput would be a .pdf file stored in my...
  • Genarating a PDF file inside my micocrontroller
    Well, I think this may be an interesting challenge. I would like to collect data in a datalogger and genarate a pdf report in the datalogger micro itself. The otput would be a .pdf file stored in my...
  • how to genarate parallel data and capture serial data of Serializer
    hello I am doing a project im given with an IC SN65lv1023adb From TI Its a serialiser 10:1 to giv parallel input and capture differential serial output....all ths has to be done using mbed lpc1768...
  • how to genarate parallel data and capture serial data of Serializer
    hello I am doing a project im given with an IC SN65lv1023adb From TI Its a serialiser 10:1 to giv parallel input and capture differential serial output....all ths has to be done using mbed lpc1768...
  • Creating Const at special Adress in Hex file
    Hi, i have to create a Version info from our product at a fixed adess into the intel Hex file, like: unsigned char const code Version[]="FW xyz "__DATE__" "; This schould be Fixed at Adress...