• uart problem!!
    hey, I wrote below code but I never get 'A' in output!!!! I use Arduino uno to read data! void SysTick_Handler(void){ i++; if(i==1000) i=0; } int main(){ RCC->AHB1ENR|=RCC_AHB1ENR_GPIOAEN;...
  • Multicontroller communication
    Hello everyone, I am studying Arm cortex A57 microcontroller. I want to build multi controller system. Can I get guidance on multiple controller high speed communication and sharing of resources...
  • the UART char print in ARM v8-A Foundation Platform
    Hi All, I am using ARM v8-A Foundation Platform to debug my code. According to user guide, the base address of UART0 in system is 0x1c090000, so I use the following code to try to print a char via UART0...
  • Design Start ARM Cortex-M0 - UART
    Hi, My professor asked me to do offline processing for signal. I think for that i would only require a processor core, memory and probably a UART.   I have already built those hardware  from design kit...
  • Buffer Depth of UART in Arm cortex M7 processor
    Can any one tell me what is the Buffer Depth of UART in Arm cortex M7 processor.