Closed shuo-Liu closed 3 years ago
How to solve the problem that the dynamic memory can not be applied for on the SCM(stm32 and tc264)?
You can allocate sod_img and sod_realnets on the stack and use a global buffer pool to mimic malloc() behavior
sod_img
sod_realnets
malloc()
How to solve the problem that the dynamic memory can not be applied for on the SCM(stm32 and tc264)?