What will be a Best Practice to create a Debug project and a Release project for a solution that is based on Simple Peripheral (IAR) ?
Debug project specs:
1. Optimization OFF
2. Code protection OFF
3. Watchdog Time OFF
Release project specs:
1. Optimization ON
2. Code protection ON
3. Watchdog Time ON