• IAR Embedded Workbench external terminal
    Hello, I am using IAR Embedded Workbench software for programming MSP430F5529 microcontroller. I would like to process my data in MSP430 but after that display/print these data to the external terminal...
  • 8051: How to choose a development tool?
    How you choose a development tool for your a 8051 device? Assume that you've got one of the simpler ones without any fancy add-ons like CAN or USB. The big players seem to be Keil, Raisonance, IAR systems...
  • stdio.h does not recognize FILE *fpointer
    I am using IAR embedded workbench software for ARM CORTEX M3 controller. I have already included stdio.h library and it have fopen function like this but when i am declaring my file pointer like this...
  • Yocto on AMOS 820 hello world?
    The AMOS 820 seems to be a good fit for a system I'm developing, and installation of the linux BSP and creation of the out-of-the-box image went flawlessly. However, at this point the documentation trails...
  • 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...