Hi,
I would like to configure input pin to output pin like H/W wire in PSOC 6 processor.
In the PSoC Creator is easy to configure it as below.
If I do the same with Device Cofigurator, how should I configure it?
Thanks,
Kenshow
Solved! Go to Solution.
Hello Kenshow,
Digital signals cannot be routed through the Digital System Interconnect (DSI) in ModusToolbox, which reduces the on-chip connectivity options available. This is generally presented as using a non-preferred connection (yellow) in PSoC Creator.
In the device configurator, you can only route to a specific set of dedicated pins which is why you see only some pins which can be routed from pin P0[4].
Regards,
Dheeraj
In the device configurator, each of the pins have a tab called Internal Connection which you can use to route to other pins, peripherals, etc as shown below:
Make sure you also configure the right drive modes based on your application.
Regards,
Dheeraj
Hi Dheeraj,
I would like to connect P0[3] and P0[4] pin.
Unfortunately, Internal connection dose not show the pins for connection to.
I am using PSoC6 BLE Pioneer kit CY8CKIT-062-BLE.
Thanks,
Kenshow
Hello Kenshow,
Digital signals cannot be routed through the Digital System Interconnect (DSI) in ModusToolbox, which reduces the on-chip connectivity options available. This is generally presented as using a non-preferred connection (yellow) in PSoC Creator.
In the device configurator, you can only route to a specific set of dedicated pins which is why you see only some pins which can be routed from pin P0[4].
Regards,
Dheeraj
Hi Dheeraj,
You point out that Modus Toolbox in my case cannot configure hardwire.
Is it okay in my understanding that the only way to express this configuration is by using a software expression?
Thanks,
Kenshow
Dear Kenshow-san,
If you can put up with using Pins from Port 8 and/or Port 9,
you could use SmartIO, which will let you connect input and output (almost) directly by hardware.
Best Regards,
6-May-2020
Motoo Tanaka
Kenshow,
As Dheeraj indicated you can't get access to the DSI through MTB but only through PSoC Creator.
There may be a solution. Not an elegant one but still a solution.
I've converted two projects with UDBs from PSoC Creator to MTB with success.
Len
Hi all,
Thanks for the useful information.
Kenshow