STVD + Cosmic. Heap Size?
Posted on March 19, 2015 at 14:53Hello i am using STVD + Cosmic with stm8s105k4t6. And i have a problem. I need to allocate an array with 612 cells but:current_packet.data = (uint8_t*)malloc(current_packet.size+2);if (current_packet.data == 0)byteco...