• Problem in mounting RAM drive
    I am using fle system middleware component to store some data in the RAM of LPC1768.But whenever the function fmount() is called after calling finit() function, it returns an error code of fsNoFileSystem...
  • MCBSTM32E USBMEM Example Code Problem
    Hi All, I am using a MCBSTM32E evaluation board. I wanted to run the USBMEM sample code on the board, which uses the micro-controller's internal RAM as a USB mass storage device. I followed the...
  • Another MCBSTM32E board/software problem
    Hi, newbie getting a little tired of ARM and this hardware/software thing... Using uVision4 with the MCBSTM32E board with a STM32F103ZE processor. Besides the startup problem if I download...
  • Debugging USB on MCBSTM32E
    I am trying to use the JTAG ulink debugger to catch issues in communication in our USB driver on a MCBSTM32E board. The board is powered off the USB and if I run my code without the JTAG attached I can...
  • Using C++ on MCBSTM32E
    I'm doing Speech Processing on MCBSTM32E board,i have working C++ code in Visual Studio.The code uses wavelet library & classes so how can it be done on ARM ?