Define: SEGGER_SYSVIEW_USE_STATIC_BUFFER Description If enabled, use a static buffer instead of a buffer on the stack for SystemView event packets. Default 1: Enabled. Notes If enabled, the static memory use by SystemView is increased by the maximum packet size. SystemView is locked on entry of a recording function. If disabled, the stack usage by SystemView recording functions might be increased by up to the maximum packet size. SystemView is locked when writing the packet to the RTT buffer.