User Activity

GPIO_InitStruct.Pin = SPI_NSS_Pin; GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_LOW; GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; GPIO_InitStruct.Pull = LL_GPIO_PULL_UP; GPIO_InitStruct.Alternate ...
Hi Team,I want configure STM32G071CBT6 as SPI slave device. Is there any existing linux kernel driver for STM32G071CBT6?Thanks,Arun
I am working with Teseo-Liv3F to test NMEA0183 strings over BLSP UART 12 on my board.wanted to know how reset and wakeup are used to monitor UART transfers ?How can we enable GPGLL, GPVTG on the module to obtain NMEA strings?To test the antenna used ...
I am working with Teseo-Liv3F to test NMEA0183 strings over BLSP UART 12 on my board. wanted to know how reset and wakeup are used to monitor UART transfers ?How can we enable GPGLL, GPVTG on the module to obtain NMEA strings?To test the antenna used...