• Convert instructions to Hex file
    Note: This was originally posted on 14th July 2012 at http://forums.arm.com Hi, Not sure if this is the right place to post. But I have the following question and help you can help. Thanks in advance...
  • why sprintf can't convert int ??
    main() { char szOut[100]; int nYear,nMonth,nDate,nHour,nMinute,nSecond,nOldSec = 0; rtc_init(); set_date_time(2005,6,3,10,58,55); while(1) { get_date_time(&nYear,&nMonth,&nDate,&nHour,&nMinute...
  • Convert
    Hello, Is anyway I can know the value of last five sets in integer value? Thanks
  • Can't efficiently use SMLAL instruction in Cortex M4
    Hi We are using a Cortex M4 part from NXP, in part because of the (apparently) powerful DSP-style instructions it features. In particular, I am trying to use SMLAL to implement a multiply-accumulate...
  • hex2sbin converter
    hi im looking for a tool that converts my .hex file into .srec and .opf. i have an old tool that is supposed to do so but i just have the executable, no information who has developped it nor documentation...