Jonatan Antoni

Results 230 comments of Jonatan Antoni

Hi @thombashi, @pavelicii, I recently stubled across the same issue. I can confirm this patch fixes it. For my matrix (5x26x4) it still shows overrepresentation of some values but at...

Hi, Same issue with msys2/g++ 10.3.0: > $ g++ --version > g++.exe (Rev5, Built by MSYS2 project) 10.3.0 Can we expect a fix or do we need to work around...

Hi @AbhijitInamdar5, I am sorry but we cannot support qemu officially. You may want to try raising this question with the qemu community to figure out the difference between the...

I can only recommend to use the latest version from either master branch (stable, release) or from develop (unstable). You could give the C-Startup file a try. But if the...

Hi @AbhijitInamdar5, I don't really get your question. Am I right that you are trying to implement specific behaviour in GNU Assembly? In this case I'd kindly like to point...

Basically, you need to load the function call registers and jump to `printf()`. This may or may not work in the `Reset_Handler` depending on the C-library you are using and...

Hi @AbhijitInamdar5, The reserved/used memory for stack and heap need to be configured explicitly, depending on the used toolchain. In case of GCC this can be done in the Linker...

Hi @AbhijitInamdar5, We are testing CMSIS with latest toolchain versions, typically. You can find the test environment documented in the [dockerfile](https://github.com/ARM-software/CMSIS_5/blob/b7e9379aab53d173b3b3035ec7253e91917d57f7/docker/dockerfile#L39). At some point we reduced the complexity of the...

CMSIS 4 is at https://github.com/ARM-software/CMSIS

No, CMSIS 4 is fairly old and not maintained anymore. Adding docker files has been done recently to CMSIS 5. Testing of CMSIS 5 unfortunately requires non-public stuff at the...