Hi,
I am using uVision V5.31 with a ULINKPro on an STM32F437 target. I am using the Trace facility and outputting to the "Debug (printf) Viewer" window.
The Trace config is168MHz core clock (matches my target) and "Use Core Clock" checked.…
Hi,
I am using uVision V5.31 with a ULINKPro on an STM32F437 target. I am using the Trace facility and outputting to the "Debug (printf) Viewer" window.
The Trace config is168MHz core clock (matches my target) and "Use Core Clock" checked.…
What version are you using? Analysis and DWARF debug info parsing should be a lot faster in Mobile Studio 2023.0, and we have more improvements planned for later in the year.
> Is it possible to support sampling in source-code level in the future, so…
Is this a high-volume project?
If not, I would recommend that you switch to a different bar code pen. If the pen is just an optical scanner, you must decide what bar code types to support, auto-adapt varying baud rate depending on scan speed, evaluate…
The optimizer removed the variable bar since you do not do anything with it. It is initialized but left unused, so all code related to the variable is removed.
You can either
sir i am studying BE electronics , i am using 89s52 atmel micro controller to inter face the bar code (ex i ball barcode) so
Hi
I have a function test::Foo::bar, the function address of this function in cpp is
(void *) 0x423e70 <_ZN4test3Foo3barEiPvml@plt>
(gdb) disassemble 0x423e70
Dump of assembler code for function _ZN4test3Foo3barEiPvml@plt:
0x0000000000423e70 <+0>:…
Hi Akis,
2)
The execution throughput here is referring to the number of instances of that
instruction that can be started on the same cycle. For example if LD2B has a
throughput of 1 meaning that every cycle one of these instructions can begin
(but each…
Please follow the steps below to register for the Arm Community:
Step 1
At the top of the page, click the Join or Sign icon located next to the search bar:
You will then be taken to a registration page. Enter your official faculty email ID and click…
Hi Ronan,
Something in your code I dont clearly understand.
If the function bar is defined in the external assembly code, then your function foo shouldnt be necessary anymore. Because you can simply call bar in the C code.
Hello,
Thanks for your response.
> When you say "unwind the stack in a HF handler", is this in order to infer just the function call stack leading to the fault,
That would be the most useful starting point. In nested function calls, like…