Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

I am writing some minimal code for flight control subscription with DJI's Payload SDK for my Matrice 400. I am programming the GigaDevice MCU GD32F527ZMT7 on the E-port development board directly with ...
1 vote
1 answer
114 views

Have you ever encountered a situation where clang-tidy will report error for some armcc syntax and some armcc commands when performing static analysis with the armcc compiler? for example: error: ...
Snaily's user avatar
  • 11
1 vote
0 answers
63 views

I am trying to find the armcc equivalent of the gcc option that generate a warning if there is a sign mismatch when passing in integers into a function. In gcc, these compiler options will generate an ...
1 vote
3 answers
83 views

Recently I encountered a bug in non-aligned byte access, so I did an experiment and encountered some doubts, as follows: Why does the system not crash when my code below accesses non-aligned bytes? ...
1 vote
0 answers
224 views

I am using keil to develop my mcu project. After I include stb_image.h in main.c, I got this error message .\Objects\JinshenTekDigitalLightingBoard(M433LE8AE).axf: Error: L6200E: Symbol __stdout ...
old cat's user avatar
  • 73
1 vote
1 answer
178 views

I am trying to use ARMCC Keil toolchain with CMake in vscode. I copied asm/compiler/linker flag from a working Keil project, except that I don't use .crf and .d files everywhere. I have a strange ...
-3 votes
4 answers
305 views

I'm forced to switch from ARMCC v5 to CLANG(v.6). Here is the problem. I have some struct that includes a pointer to the function which gets as a parameter pointer to the same structure. So I do ...
Submin's user avatar
  • 1
3 votes
1 answer
1k views

(Related question, never answered: Show complete commands during build in Keil uVision) Hi, I am using μVision V5.38.0.0 with the compiler armcc V5.06 update 7 (build 960). Below, you can see "...
1 vote
0 answers
114 views

How to achieve a similar effect to -falign-functions of gcc flag in armcc. I'm using armcc to compile my C program, I think some functions suffer from performance degradation due to addresses not ...
xisme's user avatar
  • 19
0 votes
1 answer
65 views

This question relates to arm-none-eabi-gcc version 5.4.1. (I know is rather old but I must use it). int32_t tmp = INT32_MIN / 2; This produces the following assembly: mov.w r3, #1073741824 ; ...
tk_'s user avatar
  • 652
0 votes
1 answer
74 views

I got below error message when compile a simple c file with an __asm function. It seems "MSP" is not recognized. I can build after comment out "MRS R0, MSP". What I am missing ...
James Sun's user avatar
0 votes
0 answers
300 views

I am trying to use inline assembly for an ARM C code. My 'main.c' code looks something like this: ... void jump() { __asm { B 0x15000 } } INT32 main(void) { ... Write val1 into register ...
TJ1's user avatar
  • 8,700
1 vote
1 answer
3k views

armcc and armclang are the compilers for embedded C and C++ code. Recently, armclang has been gaining popularity as an alternative compiler. What is the difference between armcc and armclang? Is there ...
SoyM's user avatar
  • 13
0 votes
1 answer
125 views

I'm trying to get a bunch of C modules written in 1994 for a Panasonic 3DO lib to compile with armcc. I've run into an error which I'm kind of confused about. My knowledge of C is not that deep, so ...
Shpack's user avatar
  • 11
1 vote
3 answers
2k views

I am working on a project with the TM4C123GH6PM microcontroller using Keil version 4.7. When I assign a value to a variable in binary format like the following: unsigned char tmp = 0b11000011; and ...
A.Mak's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
...
7

AltStyle によって変換されたページ (->オリジナル) /