• how to make function in "math.h" work?
    math.h For functions in this file to work, you must first call _fp_init() and reimplement __rt_raise(). what does this mean? could show me an exemple? I want to use log() , how to make it work...
  • How can I make HIDClient.exe to work in XP Home edition
    Hi Everybody, When I run HIDClient.exe in XP Home edition, it hangs. I could debug it and find out that it hangs on WriteFile function. I would appreciate if you would let me know how to make it work...
  • how do you make the lcd screen work
    iv been fighting this for a while,im using a mcb2300 board. i cant make the blinky example work. i dnt have a board at home so i have to simulate it. i would like to be able to just print some analouge...
  • how to make work usb and pit interrupt
    Hello, i need to have at same time turned on pit interrupt and usb interrupt. When i use only one of it it works good. But when both interrupts are turn on the pit interrupt works good but usb stops...
  • making a CAN acknowledger using CMSIS
    Hi, I am making some test code and I want to program one of my CAN channels to respond to all frames on the CAN bus with an ACK. It does one time but ignores everything afterword. I have...