Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 123958

Forum Post: RE: BIOS SPI using GPIO as CS

$
0
0

Seems you aren't getting much attention from Texas Instruments in this forum. Maybe try posting in the other forum "Embedded Software->TI-RTOS".

Assuming the GPIO instance and CS flags are setup, eg:
 chanParams.hGpio = gpio0;
 dataparam.flags = Spi_GPIO_CS | Spi_CSHOLD;
the ***.c code should eventually call:
  Gpio_setPinVal(chanHandle->hGpio,&userPinCmdArg);
Maybe the chanParams.hGpio is not getting copied to chanHandle->hGpio. I think you might have debug this by stepping through ***.c to see if Gpio_setPinVal() gets called.


Viewing all articles
Browse latest Browse all 123958

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>