• Why FlashFS and CAN RTX example in MCB1700 are not be able to work with each other?
    I used FlashFS example and RTX_CAN example in RL folder examples in keil uvision and combined them together.But less than one minute I face with Runtime error and in debug mode the code climb to os_error...
  • Why FlashFS and CAN RTX example in MCB1700 are not be able to work with each other?
    I used FlashFS example and RTX_CAN example in RL folder examples in keil uvision and combined them together.But less than one minute I face with Runtime error and in debug mode the code climb to os_error...
  • RL-FlashFS not working with EKK-LM3S6965
    Hi I use example in C:\Keil\ARM\Boards\Luminary\ek-lm3s6965\RL\FlashFS\SD_File and it only runs when clock is below 30MHz. If clock is set to 50MHz with SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL...
  • RL-FlashFS not working with EKK-LM3S6965
    Hi I use example in C:\Keil\ARM\Boards\Luminary\ek-lm3s6965\RL\FlashFS\SD_File and it only runs when clock is below 30MHz. If clock is set to 50MHz with SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL...
  • LPC1766 FlashFS works not correclty
    Dear All: I wanna start a project with FlashFS to access the on-board AT45DB321 flash, without RT OS. I configured the FS_SPI_FlashPrg.c, File_Config.c as the RL-ARM guide required. Here...