• About SHA-256 source code
    Hello, Does any body know if there is a free source code for SHA-256 implementation in C for STM32 implementable in Keil?
  • About SHA-256 source code
    Hello, Does any body know if there is a free source code for SHA-256 implementation in C for STM32 implementable in Keil?
  • A question about C data structure (source code)
    Source code: union Time { unsigned char year,month,day; unsigned char hour,minute,second; }; xdata struct structure2 { unsigned int FileNum_InDay; union Time Current; } GPS; ...
  • A question about C data structure (source code)
    Source code: union Time { unsigned char year,month,day; unsigned char hour,minute,second; }; xdata struct structure2 { unsigned int FileNum_InDay; union Time Current; } GPS; ...
  • Issue of Building the OpenEmbedded Filesysytem from Source for Juno
    Hi Mark Nicholson , Ash Wilding , I'm currently using a Juno r1 board and I'm running the Linaro's deliverables on my board. Recently I want to build the OpenEmbedded system by myself so I checked...