Hi, I encounter a bug with the last release of keil (4.22) which is not in the previous version (4.21). It about the file system library on LPC1769. (so the cortex M3 library)
If I create (with option “w”) a file named xxx.xx and then create (with option “w”) a file named xxx.xx_xx it will erase my previous file (xxx.xx) and create the new one (xxx.xx_xx). In the same way, if I create (with option “w”) a file named xxx.xx and then create/complete (with option “a”) the content will be write to the file xxx.xx.
Don’t know if it is a bug or something that change with the last release…
Sincerely
Still the same problem in Keil 4.50! It seems to be a problem with the 8.3 file name management
Any ideas ?