trns1997 commented on code in PR #17152:
URL: https://github.com/apache/nuttx/pull/17152#discussion_r2399359548
##########
arch/arm/src/kinetis/kinetis_spi.c:
##########
@@ -970,7 +970,7 @@ static uint16_t spi_send_data(struct kinetis_spidev_s
*priv, uint16_t wd,
if (0 == (spi_getreg(priv, KINETIS_SPI_SR_OFFSET) & SPI_SR_TXRXS))
{
spi_run(priv, true);
- spi_write_control(priv, SPI_PUSHR_CTAS_CTAR0 | SPI_PUSHR_CTCNT);
+ // spi_write_control(priv, SPI_PUSHR_CTAS_CTAR0 | SPI_PUSHR_CTCNT);
Review Comment:
More debugging required this line causing problems during the exchange
process
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]