Hello @newbie_stm32, I have followed your suggestions on changed I need to make to transfer the data to AD5293 chip.First I'd like to share my SPI configuration again: (Figure 1)Sharing the SPI GPIO config: (Figure 2)Code used to send data to AD5293:...
Hey @newbie_stm32 ,I changed the cubemx configuration to CPOL=low;CPHA=2 Edge as I understood from your reply.Picture:I adjusted the code to the following after your suggestion: // Step 1
my_shift_register.bytes = 0x0218; // Sending 0x1802
HAL_GPIO_...
Hello @newbie_stm32 ,Can you please share the SPI settings you set for mode1 (CPOL=0;CPHA=1). I'm not able to identify the issue because of which I'm not able to communicate with SPI slave.I'm using STM32H723 with a SPI slave AD5293 (digital pot). AD...
Can you please comment for a scenario where the connection to client needs to be open always and cannot be closed/deleted until user requests for it?What I'm trying to do is:1. Initialize Network interface -> Netif_config();2. Initialize a netconn fo...