• 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.
  • Suggestion on suitable arm processor
    Hi all. Nice to meet you all and glad that I have a chance to join this group=) Recently, I will do my final year project with the title of "Smart Home Control Using Brain Wave". Yet, I am not really...
  • Which Arm processor to select?
    Currently I am working on a dynamometer project for analysing PMDC motor parameter to create a laboratory setup , so how should I proceed in the selection criteria of the processor for my project ,as...
  • Bit 0 of PC on ARMv8-M unset in non-secure code?
    The document http://infocenter.arm.com/help/topic/com.arm.doc.ecm0359818/ECM0359818_armv8m_security_extensions_reqs_on_dev_tools_1_0.… on page 8 says the least significant bit of the PC is used to distinguish...
  • armv8-m mpu: how to mark one region with no any access?
    For the ARMv8M mpu, there is only two bits for the AP(access permission), another XN bit for executable. I wan't to mark a region (e.g. from 0~4096) with no any access, mainly used for NULL pointer...