• SD_file for ADuCM360?
    Hi, trying to talk to external SPI flash using the Analog Devices ADuCM360, but unlike for many platforms, there's no SD_file example in the ARM path. Any hints where I can get some headstart through...
  • uVision to develop applications for the ADuCM360
    Hi there, Analog Devices suggests uVision to develop applications for the ADuCM360 Cortex M3 Microcontroller. However, uVision is limited to 32KB, what is next KEIL software to take advantage of...
  • Instruction execution time at 16MHz in ADuCM360
    I am writing some part of ADuCM360 program in assembly. I am running at full 16 MHz internal clock. My question is what will be time taken by chip to execute a instruction in assembly for example for...
  • SPI communication between two microcontrollers
    Hello everyone, I am trying to make communication between an STM32F3 microcontroller and a custom board baser on PIC microcontroller using SPI protocol. The STM32F3 acts as a Slave and the custom...
  • SPI communication between two STR910
    Hello, I want to comunicate two STR910 micros via SPI. One of them will be the master, and other the slave. The code is very simple: [b]MASTER:[/b] /* CLK, MISO & MOSI configuration */ SCU...