I found a good solution to read BiSS-C/BIS3 packets over a SPI bus. In my case I am reading 30 bits from a Zettlex Inductive Encoder into a Nucleo-G474RE STM32 development board. The Reference Manual (RM0440 Rev 7) has a subsection in section 39.5.9 ...
I'm having the same issue where my Live Variables are showing values of 0 when I debug. @Community memberampbell I found a workaround by setting up a UART output to a terminal emulator (PuTTY). I output the values with HAL_UART_Transmit and a dela...