• 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...
  • Text to both Debug window and a text file
    Hello I'm able to send text to the 'Debug (printf) Viewer' using: printf("Pin is set high\n"); However, I'm wanting to also send text to a file stored on the computer. Is this possible...
  • 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,
  • 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...
  • Loading text files
    I've just started playing with MCB2130 and did some examples. Now I would like to enable / clear leds with external file. So, I would write a text file, each line would be a led address that would...