• can C Program read in Text file?
    I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after...
  • can C Program read in Text file?
    I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after...
  • write/read float value to flash
    I try to write float values to flash memory of STM32F103RBT6. but it cannot read the value and CPU reset by IWDT. my code is in below: char str[100]; float Val; float Data; Data=123.456; FLASH_Unlock...
  • write/read float value to flash
    I try to write float values to flash memory of STM32F103RBT6. but it cannot read the value and CPU reset by IWDT. my code is in below: char str[100]; float Val; float Data; Data=123.456; FLASH_Unlock...
  • How to read data from a text file
    Hi all, i need to read data from a text file and write in keil µvision program. How to open file, read, write and close file works in µvision programs. Thanking you,