• TCPnet & FLASHfs in RTX
    Hi all ! Info : working uVision V3.60 on MCB2300 I created an application using theses guidelines : Add RTX to my project : www.keil.com/.../rlarm_ar_create_newapp.htm - Copy the RTX_config...
  • RTX and FlashFS on lpc1700 SWI.s
    hi, everyone. I'm difficult to find the SWI handler for LPC17XX, please tell me if one of you have use this startup file. I'm use RTX with FlashFS, no microlib. and the program hang on 'printf'...
  • RL-RTX and RL-FlashFS ->DAbt_Handler
    Hi, Use: MDK-ARM V4.14, RL-ARM V4.13 Processor: LPC2478 (MCB2470). The Code of the program: __task void task_main (void) { finit();// =>DAbt_Handler os_itv_set(100); while(1) { os_itv_wait...
  • LPC1788 + RL-RTX + RL-FlashFS ( SD CARD)
    I try to use RTX with RL-FlashFS (for SD Card). I Initilized Memory Card in main. in my tasks ;ffind,fattrib,frename function work well , but fopen Routine dont work. i use (static U64 Main_stk...
  • RTX USB MSC with MMC interface of FlashFS
    This is a general question: Has anybody successfully implemented the RTX USB MSC together with the MMC interface of FlashFS on an LPC2148 having a microSD card connected to SPI1 ? I used \Keil...