Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged arm

0 votes
1.1k views
1 answer
    I tried executing a very basic addition program on ARMSim, however when I run it, I get PC out of valid ... stackoverflow.com/questions/65874921/armsim-pc-out-of-valid-memory-range...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
812 views
1 answer
    I am eager to know if there is any real world application which includes following scenario: Megabytes of ... .com/questions/65890792/real-world-dram-write-only-application...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
903 views
1 answer
    I built AWS WebRTC library as static library and made some shared library using it. As I understand, the static ... -error-when-building-program-using-shared-library-that-link-s...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
855 views
1 answer
    I want to try gdbserver and openOCD on CLI so as to compile and debug STM32 MCU Firmwares via ... stackoverflow.com/questions/65912964/gdbserver-and-openocd-not-getting-installed...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
875 views
1 answer
    I've been trying to read the Unique Identifier (UID) from a Atmel SAM3U MCU, but it's proven ... .com/questions/65918049/keil-uvision-atmel-sam3u-read-unique-identifier...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have small static library compiled with latest ARM compiler ARMCLANG v6. Now I have small application that uses ... -static-library-compiled-with-armclang-v6-with-gnu-gcc-linker...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
924 views
1 answer
    I'm trying to get up and running with an STM32F722 Nucelo-144 (with "embedded ST-LINK/V2-1 debugger" ... udev-rules-issue-installing-stmicroelectronics-stlink-tools-on-ubuntu-20-04...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am testing the reboot notifier hook on Linux kernel 5.8 running on QEMU ARM64 with busybox rootfs. This ... .com/questions/65650339/how-does-linux-reboot-notifier-list-work...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    I'd like to experiment using the Raspberry Pi for some different low level embedded applications. The only problem is that, ... -run-a-c-program-with-no-os-on-the-raspberry-pi...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
846 views
1 answer
    I'd like to experiment using the Raspberry Pi for some different low level embedded applications. The only problem is that, ... -run-a-c-program-with-no-os-on-the-raspberry-pi...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
792 views
1 answer
    Microsoft recently released tools and documentation for its new Phone 7 platform, which to the dismay of those who have ... .com/questions/2455372/windows-phone-7-and-native-c-cli...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    Microsoft recently released tools and documentation for its new Phone 7 platform, which to the dismay of those who have ... .com/questions/2455372/windows-phone-7-and-native-c-cli...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to launch a video file (webm). From gst-paly i can see the video playing on the terminal but i ... com/questions/66045635/gst-play-1-0-cannot-play-video-on-display-fb0...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
832 views
1 answer
    Someone told me that VFP is a hardware accelerator for floating-point arithmetic used in ARM processors. But ... .com/questions/66047684/what-is-vector-floating-point-vfp...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
967 views
1 answer
    I need to communicate with an eeprom chip(25lc1024) via SPI. I can get the following code to work but have ... /questions/66060101/stm32f207-bare-metal-spi-rxne-and-txe-not-working...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    在EL1中启用了ARM特权访问永不标记(PAN) 1的情况下 ,我想知道,如果EL1受到EL0的例外处理,则EL1将必须始终禁用PAN才能使用EL1和EL0之间创建的任何共享内存EL1和映射到EL0地址空间? ask by Sridhar translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    在EL1中启用了ARM特权访问永不标记(PAN) 1的情况下 ,我想知道,如果EL1受到EL0的例外处理,则EL1将必须始终禁用PAN才能使用EL1和EL0之间创建的任何共享内存EL1和映射到EL0地址空间? ask by Sridhar translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
833 views
1 answer
    This is a simple NASM 64bit linux assembly program: _exit: mov rax, 60 mov rdi, 0 syscall My computer is ... change when an assembly code with the different operating systems?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
966 views
1 answer
    I am experimenting with the STM32f407vg board through the STMBUBEIDE program. First of all, I prepare my own library ... C/C++ Problem Error Screen: enter image description here...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to cross compile a FreeRTOS application for the an ARM Cortex A8 (beaglebone black) and i am getting errors ... stick with it. Any help will be appreciated, thank you....
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to use neon instruction to speed up my program, I need to use the shift operation, but I only found Vector ... be a vector? int8x8_t vshr_n_s8 (int8x8_t __a, const int __b);...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    这里的MOVS R1 R1 作用是影响标志位,作用是啥?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    这里的MOVS R1 R1 作用是影响标志位,作用是啥?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
901 views
1 answer
    Newbie in the community, here. First of all, thanks for all the help in all these years i've been working ... the reason for the unreliability of my connection? Thanks, Loranzp....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
988 views
1 answer
    Newbie in the community, here. First of all, thanks for all the help in all these years i've been working ... the reason for the unreliability of my connection? Thanks, Loranzp....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am attempting to add availability zone into my VM arm template. Majority of times I don't want the VM to be in a ... works: "zones": "", I appreciate your help in advance. Stu...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.1k views
1 answer
    Came across this question during a past interview, but got no feedback. Since its a register, would I need to disable ... ); return 0; } Output: 64 bit register value: 0x1ffffffff...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...