Nicolas VINCENT

Results 12 comments of Nicolas VINCENT

@fharding1 You can have a look at this repo: https://github.com/nicovince/stm32mp1_m4_trial/tree/stm32mp1_app there are some basic examples in there that could help you not relying on CubeIDE's linker script.

> Hi > Make sure you are using the latest ST Link FW: https://www.st.com/en/development-tools/stsw-link007.html Hi, I'm using V3J7M2 version of ST Link firmware. upgrade tool list it as the latest.

Ok done (I needed to first upgrade stsw-link007 software to be able to see latest firmware...), and I have the same behavior of unwritten datas, and as @flit mentionned, data...

Hello, quick update: I tested with latest `Keil.STM32H7xx_DFP.3.0.0.pack` and I'm still having the same issue. I tried to have a look into pyocd code to see what was going on...

[Blinky_MDK.tar.gz](https://github.com/pyocd/pyOCD/files/8589763/Blinky_MDK.tar.gz) Here is a Blinky in various formats (axf, hex, bin) generated from uVision (MDK/KEIL). With MDK I had no issue programming onto the target. With `pyocd` it fails to...

Hello, I tried (before reading documentation) to do some `!cat my_file | my_cmd` and realized, after reading documentation that it was not supported and found this issue. I do not...

Hello, same issue here with - Renode, version 1.14.0.29506 (81da46c1-202308081623) - Ubuntu 20.04.6 LTS - zephyr v3.4.0 It looks like the board receives the ping request but is unable to...

@mateusz-holenko tested with `renode-1.14.0+20231107git40619bc0.linux-portable.tar.gz` and I manage to ping the board from the host and the host from the board.

I tried the same tests for a stm32h743 platform and it does not work, here are the steps for reproducing: ``` west build -b nucleo_h743zi -d vog-zephyr-nodes/build/nucleo_h743zi/zperf zephyr/samples/net/zperf/ ``` setup...

I have kind of a hacky workaround using directly the github api with [`gh`](https://cli.github.com/): ``` gh api \ --method POST \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /markdown...