• Interfacing LPC2148 with visual studio
    I have development board of LPC2148 can anyone give me an example of UART communication for the same using visual studio 2008. Since the project is based on image processing I just need to the transfer...
  • Interfacing LPC2148 with visual studio
    I have development board of LPC2148 can anyone give me an example of UART communication for the same using visual studio 2008. Since the project is based on image processing I just need to the transfer...
  • Visual Studio Code environment for armclang?
    I want to configure Visual Studio Code to use CMake and armclang to build code for Cortex-M4, on Windows. My CMakeLists.txt file configures correctly from the ARM DS 2021.1 Command Prompt. In VS Code...
  • Visual Studio Code environment for armclang?
    I want to configure Visual Studio Code to use CMake and armclang to build code for Cortex-M4, on Windows. My CMakeLists.txt file configures correctly from the ARM DS 2021.1 Command Prompt. In VS Code...
  • writing integer on I2C device.
    I want to write/read a integer/ long integer on a I2C device, but all the routines I have supports only character(single byte) writing/ reading from I2C device. Can anyone help me?