• ARM STR912F Board
    I bought a MCBSTR9 Board and I want to use it with my linux openSUSE 10.2 but I can't connect to Ulink2 and other usb line. So How can I use it without using Ulink2? Or any way to use with Ulink2 under...
  • what is the Minimum Endpoint requirement for HID device?
    Hi all. I'm newbie in the USB field. but in the past week I studied alot!! I'm using keil rl-USB library for making a composite device that uses Mass storage + HID. The proccessor used is AT91SAM7S256...
  • adc sampling
    HI sir, could you kindly explain me how to calculate the sampling frequency of adc in STM32F103ZET6 ? I am not getting from any site this calculation. thanks
  • calculate minimum & maximum of int
    hey i was wondering how to do this how to do this for an integer, now i have an integer say 50 and it changes sometimes it goes to 80 how to track this down..on time ofcourse Posted by nanix;...
  • C++ std::vector minimum capacity
    Hello! I have recently noticed that when you have a non empty std::vector it has a minimum capacity of 32 elements. No matter how big the elements are. So I was wondering if this can be set to a...