- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hola buen dia.
Fui compilar mi proyecto en PSoC Creator 4.2 y me aparece el siguiente error. Ya cree nuevamente el proyecto y me sigue apareciendo lo mismo. Cambié la variable W por otra, le cambié el nombre al Status_Register y al Control_Register pero sigue igual. Ya no sé que mas hacer.
Solved! Go to Solution.
- Labels:
-
PSoC5 LP MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
Control register is being optimized out since its output are not being useful.
Change Optimization:
Project -> Build Settings... -> Code Generation -> General -> Synthesis Optimization Effort -> None
Once design is more completed, change optimization back to Exhaustive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
Control register is being optimized out since its output are not being useful.
Change Optimization:
Project -> Build Settings... -> Code Generation -> General -> Synthesis Optimization Effort -> None
Once design is more completed, change optimization back to Exhaustive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Muchas gracias. Funcionó perfectamente