No MACROS generated from pins component in psoc6 ??

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

cross mob
dany_2093061
Level 1
Level 1

Trying to move one of our designs from the PSoC4 platform to PSoC6 and having a lot of work. Many of the function call has changed names and

now the latest problem seems to be that using the Pins component with aliases for the pins will not any more generate #define macros

for referring to the pin.

Also the links from "Help->Support->*" seems to point to some nonexeisting site 😞

Deeply dissapointed with the many bugs in the PSoC6 components...

0 Likes
1 Solution

Hi,

You will get this \GeneratedSource\cycfg_pins.h. file by following the steps which as follows:

Go to File->new -> ModusToolbox Application

and then select the Device .

then Import the ModusToolbox based CE project .

modus.mk is the project file to be imported or opened.

I did so and I was able to see the file as shown in this image below:

pastedImage_0.png

Note: Ensure that your psoc6pdl_Cortex-M4 file is opened.

Thanks,

View solution in original post

0 Likes
6 Replies