Is your feature request related to a problem? Please describe.
increase heap memory at r_bsp_config.h for each project to 0x400.
|
#define BSP_CFG_HEAP_BYTES (0) |
In current setting, malloc does not work.
Describe the solution you would like.
malloc can work well.
Additional context
N/A
Thank you!
Is your feature request related to a problem? Please describe.
increase heap memory at r_bsp_config.h for each project to 0x400.
amazon-freertos/demos/renesas/rx65n-rsk/e2studio/ccrx/user_application/src/smc_gen/r_config/r_bsp_config.h
Line 180 in 6589b4d
In current setting, malloc does not work.
Describe the solution you would like.
malloc can work well.
Additional context
N/A
Thank you!