• Keil5 compiler issue
    Since I use level 3 (-O3) optimization in keil5,it is irrelevant with the with the value of the sentence " !IS_POOL_ALIGNED(pPool, OS_MEM_POOL_BASE_ALIGN) ", the judgement "if (!IS_POOL_ALIGNED(pPool...
  • Sqlite:create table success but insert fails
    Hi I am trying to port sqlite3 VFS implementation on freertos with stm32. I have created an amalgamation with sqlite3 version 3.12 base code. When I run the below code it runs to create a database...
  • fopen fails after numerous successes
    Hello, I have trouble writing an file-copy function. My fcopy-function should read data from a file into a buffer, then write the buffer to another file. It works fine for several times in succession...
  • C++ for Keil5
    Hi, I am using MDK-ARM V5.24 and using C++11 for STM32F4. I can compiler and download. Howerver, when I tested on my board, I found that it can't work unless using debug. In fact, it happends...
  • fopen and ffind fail after numerous successes
    Hi I am using keil realview with keil's RTL and flashfs and appear to be hitting a limit in the filing system that I can't find any referance to in documentation or online. My program repeated...