192 KB Flash + 18 KB RAM — memory budget
192 KB Flash is generous for a 16-bit MCU — it holds a full application stack including a USB stack, a small RTOS, and a bootloader with room for field-update images. The 18 KB RAM, though, is the tighter constraint. If your design streams USB audio or buffers large sensor arrays, you'll need to budget that 18 KB carefully; the DMA controller helps move data without CPU intervention.
