zhouxia
Results
2
issues of
zhouxia
### Preliminary Hi there. I am writing a target file for a STM32H745I-DISCO board. The board contains a STM32H745XIH6 MCU, which has Cortex-M7 and Cortex-M4 integrated. I followed the instructions...
Hi Yulei, I was using doing pointer analysis on example.c with dvf, ``` // example.c int a_global = 1; int b_global = 2; struct tag { int tag_id; char tag_ch;...