wsuite
About
- Username
- wsuite
- Joined
- Visits
- 12
- Last Active
- Roles
- Member
Comments
-
MinghuiHao, Yes SPI is working well by SPI. Tell me what's not clear for you. ( sofware SPI routine was just for understand the problem )
-
Hi @Matt, I'll be here if I need like this time. Thank you.
-
I tried to use spi pins directly by a simple software routine (always usefull for try to understand). So, I was using in wrong way the function nrf_drv_spi_transfer. The lengh of buffers was 1, not enought for 16bit clock cycle. Jhurley had the solu…
-
I tried to use spi pins directly by a simple software routine (always usefull for try to understand). So, I was using in wrong way the function nrf_drv_spi_transfer. The lengh of buffers was 1, not enought for 16bit clock cycle. Thank you for readin…
-
Hi, I'm trying to work with BMI160 over SPI ( RG board ). On nrf_drv_config.h: /* SPI */ #define SPI0_ENABLED 1 #if (SPI0_ENABLED == 1) #define SPI0_USE_EASY_DMA 0 #define SPI0_CONFIG_SCK_PIN 0 #define SPI0_CONFIG_MOSI_PIN 7 #defi…