• ARM Compiler 6 fail to encoding Chinese characters. E.G. '压' '预' '询' etc
    Test code: uint32_t Chinese[] = {'压' '预' '询'}; Compiler error:../Src/main.c(69): error: character too large for enclosing character literal type But in Compiler 5, Just multi-byte warnings. Thanks...
  • DS-5下ARM Compiler6创建HelloWorld工程并Debug?
    请问DS-5下如何创建一个简单的HelloWorld工程,并进行Debug?   工程中需要添加哪些文件,Debug Configuration中需要设置哪些东西?
  • ARM Cortex
    各位,请问在哪里可以找到Cortex 系列比较新的一些核心的技术文档呢?
  • Atomicity in the ARM architecture
    各位专家:      请教一下在ARMv8包括ARMv7-A架构中,Single-copy atomicity和multicopy atomicity具体指的什么?有什么作用,如何理解?谢谢!
  • Arm Compute Library (ACL) on iOS
    我在官方文档上只看到 linux & android 的安装教程,有没有可能在 iOS 上编译通过呢? 如果 ACL 不能在 iOS 上运行,那会是因为什么原因?