Unable to pack the design into 4 UDBs.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
dafa_1669371
Level 3
Level 3
10 replies posted 5 replies posted Welcome!

Hello
i had the following error 

   


E2071: Unable to pack the design into 4 UDBs. See the Digital Placement section of the report file for details. For additional assistance, see the Mapper, Placer, Router section in the PSoC Creator help.

   

i can't find the report file and i don't know what did i do wrong  i am allowed to use 4 timer/counters in cy8c4245 according to the datasheet and i only use 3 
 

   

i only had this error when i use the counter how can i view the report and how to avoid this erorr

   


thanks in advanced 

0 Likes
5 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Can you please post your complete project, so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.

here the project 

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Remove the "2 out of 3 voting..." for the UART.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Here is your program fixed and no errors with the UDB however it has 11 warnings on all of these lines you will need to check the math in these expressions   else if (read_screen_token>10 & read_screen_token<20)
    {Dwin_vp_read(1); }

0 Likes

alright bobgoar 
i will
thank you 🙂

0 Likes