You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EEMBC CoreMark Public Group
Hi all,
I've noticed that when you are using debug output (defined CORE_DEBUG) and ee_printf routine, an overflow occures while initializing state machine test vector. Line 163 in core_state.c prints the full state input string (~620 bytes long) and the buffer in ee_printf routine is 256 bytes long (L.598 in ee_printf.c). Please extend :)