• Strange behaviour FLASH FS
    Hello! We use KEIL 4.53 and FLASH FS library. When i write next code in my function, after compile and start debug session i can't goto main(); FILE *fd; fd = fopen ("S:\\1.dat","w"); But...
  • Strange behaviour strstr() function
    Hi, I use RealView MDK-ARM 3.15b. When I call tge strstr function to search a substring in a larger string it always return NULL. This is my code char* ptr; char str1[80] ; char str2[80];...
  • RTC strange behaviour
    Hi! I had inicialize RTC and it's work fine. Than I tested some other example and then I flash again first program with RTC and didn't work. I'm using MCB2300 with LPC2378. My inicialization...
  • Strange stack behaviour question.
    Hi, It's about the STM32F103. Due to my previous post my application first fills all (at that moment) free stack memory locations with a value of 0x55555555. This all works fine so does the application...
  • Strange behaviour of cache
    Note: This was originally posted on 19th November 2011 at http://forums.arm.com Hi! I have a Cortex a9 based board (currently only 1core is active another one is waiting for its time to come into a play...