• MATLAB INTERFACE LPC2148
    hello sir, I am student doing project by using LPC2148. i want to run dc motor with varying speed, with MATLAB via LPC2148. please guide me, how to make interface between MATLAB and LPC2148. ...
  • Data acquisition from STM32f407 to MATLAB
    I am getting data from a current sensor through the adc of stm32f407. I want to export that data to MATLAB at real time or at least at sampling frequency of 10 kHz. I tried STM TrueStudio but its sampling...
  • Plotting data from adc in matlab
    code is below. How can I plot the dene[i] in code in matlab? #include <stm32f4xx.h> #include <stm32f4xx_conf.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_adc.h> #include <stm32f4xx_gpio.h> ...
  • Transmit and receive with CAN micros
    Hi I am using atmel's T89C51CC01 to build a Controller Area Network.Does anyone know how to transmit and receive with this protocol.Can someone gimme a code for it:from the controller to the buffer...
  • How to export from uVision to Matlab
    I am using uVision/MDK-ARM to develop a proof of concept for a signal processing application using the STM32F4 Discovery board. I am in need to export selected segments of memory to Matlab, to do...