• 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?
  • 8051
    I run the following program in keil software....it shows 18 error....all the errors are undefined identifier error.... MAIN.C(7): error C202: 'k': undefined identifier MAIN.C(10): error C202: 'v'...
  • 8051
    I run the following program in keil software....it shows printf ANSI-style prototype error.... please give a clue for correcting the error... #include "Main.h" #include "show.h" #include "PRINTF51...
  • 8051s
    i have some registers declared in external data memory which i want to add in my assembly code. so i used MYREG XDATA 0xF300 but when i use this MYREG in other places it shows me error as DATA ADDRESS...
  • 8051
    hi, i configured timer for 100 us and toggle the port pin in 100us timer interrupt and trying to observe that pulse on scope but unable to observe in scope.. can anybody help on this?