No input on instance problem

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.
Anonymous
Not applicable

Hi friends.

   

I have a problem. I need help in this regard.  

   

I made a design like in the picture. But I'm constantly getting a "No input on instance" error.  Also when I compile the program, the compilation process is successful.

   

Why does this error result?

   

Thanks

0 Likes
1 Solution
RoBO_1287886
Level 4
Level 4
First solution authored 25 replies posted 10 replies posted

hi,

   

Could you check the pin configuration of PinOE?

   

Into "general", you need to tick the "HW connection" of your "Digital output". In this case your pin is really connected into your design.

   

[NOTE] PSoC Creator allows to leave a pin without hardware connection but in this case the digital pin is driven by "software".

   

yours,

   

rob1

View solution in original post

0 Likes
5 Replies
RoBO_1287886
Level 4
Level 4
First solution authored 25 replies posted 10 replies posted

hi,

   

Could you check the pin configuration of PinOE?

   

Into "general", you need to tick the "HW connection" of your "Digital output". In this case your pin is really connected into your design.

   

[NOTE] PSoC Creator allows to leave a pin without hardware connection but in this case the digital pin is driven by "software".

   

yours,

   

rob1

0 Likes
Anonymous
Not applicable

hi rob

   

Thank you for the reply. Now the problem is solved. But I didn't understand the cause of the problem.  I just restarted Psoc Creator 

0 Likes

I had a same issue and it was disappeared after I restart the PSOC creator..... Don't know why...

Restarting helped me too.  Thank you

0 Likes
WiWi_4702256
Level 5
Level 5
5 sign-ins Welcome! 5 solutions authored

What helped me was to right click on the digital output pin and select "Find code examples", then selected "

"CE220263 – PSoC 6 MCU GPIO Pins Example" make sure! that the document title states "CE220263 – PSoC 6 MCU GPIO Pins Example" its a little wonky... It brings up other titles...

Then inside there, this configuration allowed me to compile. I will get back to you on whether it actually allows me to hold the MAX14830 in RESET.

DigitalOutputPin.jpg

I am using to perform a hardware reset via the MAX14830 active-low RST pin. In this scenario, according to the application note, manually pulse the active-low RST pin low, then high will cause the process as in automatic reset at POR.

I will let you know if it works... This has been a sharp but brutally fun learning curve... lol, I seem to be taking a masochistic delight in confronting painful tasks developing hardware/software projects...

0 Likes