• Keil u vision and code composer studio with lm3s8962
    Hi Community, I have a set of FFT codes that is suppose to create an array of number after processing the incoming signal. When I build my codes in code composer studio it was successfully built. However...
  • compose a Long of two Ints
    Hello Forum, I want to compose two int variables, which contains the LSW and MSW, respective, into one unsigned long variable. The following code does the right thing: int lo, hi; unsigned long longvar;...
  • ARM MCU
    Hi guys, Planning to design a printer using ARM7 mcu. Something like the credit card terminal which prints receipt. Do you guys have any info on that? I've tried to find on the internet but nothing...
  • Getting started with Arm Development Studio
    Arm has launched the Arm Development Studio , the latest suite of tools for embedded C/C++ software development on any Arm-based platform. Building on over 25 years of experience, Development Studio incorporates...
  • Registers not updating in ARM Development Studio
    Hi guys, I am very new to ARM and programming and am taking infantile steps to learn them. On a windows 10 platform I have downloaded and installed the 30day ARM Dev Studio 2019.0 coding environment...