You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @angelorisonk please look how it is implemented for SSI3 at boards/arm/tiva/dk-tm4c129x/include/board.h
Then look at arch/arm/src/tiva/hardware/tm4c/tm4c_pinmap.h to associate the right GPIO_SSI1_CLK_x GPIO_SSI1_RX_x and GPIO_SSI1_TX_x symbol with the GPIO pin you are using.
@hartmannathan since you are more familiar with this chip, is there any other thing to observe?
Description / Steps to reproduce the issue
When enabling SSI1 on the Tiva TM4C123G board in NuttX, the following errors occur during the build:
GPIO_SSI1_CLK
,GPIO_SSI1_RX
, andGPIO_SSI1_TX
are reported as undeclared identifiers intiva_ssi.c
.GPIO_SSI3_CLK
) are available.Steps to reproduce:
make menuconfig
:make -j$(nproc)
.GPIO_SSI1_CLK
,GPIO_SSI1_RX
, andGPIO_SSI1_TX
.On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Linux Mint 22
NuttX Version
master
Issue Architecture
[Arch: arm]
Issue Area
[Area: Other]
Verification
The text was updated successfully, but these errors were encountered: