• RL-FlashFS shutdown (power-save)
    Has anyone experience with SD-card shutdown to preserve (battery) power? Does RL-FlashFS support this feature? Regards, Roland
  • Microcontroller software shutdown with transistor 2N4401
    I am trying to understand why connecting, say, an Arduino digital pin 4 to a 2N4401 pin 2 as well as 5V PSU to 2N4401 pin 1 and Arduino VCC to 2N4401 pin 3, won't keep power. When shorting pin 1...
  • Error while deleting .d file
    Hi all, I have a problem in my code compilation, my stuffs are STM32F107RB, Keil, CubeMX. Cube allows me to get files usable with Keil V5. When I tried to compile, these errors appear: ...
  • clean target is deleting .s file
    hi... i am facing a different problem with the latest version of MDK-ARM (v4.23). if i click "project -> clean target" it is deleting .s file. what will be problem?
  • Deletes characters from text files
    ¿I can delete specific characters of a text file? for example, i have a file text with "123456". I'd like delete the number '3' only. ¿what function can i use?