• Time counting function in STM32F103TBR6
    Hi guys, recently I started to work with this HDMI Modulator ( questtel.com/item.php ), while rpocessing QAM Modulated signals I needed to call memory cleaner in specific periods of time(like a Cron...
  • Delay function takes the doubel of time
    Hello, I'm using an stm32f103C8 and trying to produce a precise delay funcion. I'm using a HSE of 72Mhz so a I supposed the clock cycle is equal to 13.8ns. The delay function is simply a while(count...
  • using c time functions with RTX
    Just trying to use c function time(), have included time.h, project compiles ok, but the linker reports the following error. Error: L6915E: Library reports error: __use_no_semihosting_swi was requested...
  • File Creation consumes time as number of files increases
    I have created a folder in the Nand Flash memory. And the folder consists of multiple files. The time taken to create a file in the folder is directly proportional to the total number of files in that...
  • How to create Time counting function in STM32F103TBR6
    Can any one give some idea for How to create time function which provide some specific time delay? Do we any other way also accept using timers/counters for creating delay function for specific time...