User Activity

Colleagues,Can STM32WL or WB be programmed to function as a baseband chip (with an external mixer) ?I’m looking for ICs which would help me build an HF radio link. My bands of interest are 14 MHz and 28 MHz amateur bands. I like the STM32WL33, becaus...
Folks,I’m grappling with what looks like a low level bug** , and the root cause could be running out of stack space.  At the same time, I’ve got plenty of unused RAM, so I’d like to increase the stack size as a diagnostic measure, and see if the bug ...
Folks,Does HAL have constants for the total number of ADC channels? I want to iterate through all channels and make sure that all of them are disabled.  Here's the code I have in mind.   ADC_ChannelConfTypeDef sConfig = {0}; sConfig.Rank = ADC_RAN...
Colleagues,What should be done in firmware for VBUS detection through a GPIO pin?  My device is self-powered, so I have to do VBUS detection. The device is built around STM32G474, and it doesn’t have a dedicated pin for VBUS detection, so I have to d...
Colleagues,Here’s a code snippet which changes the state of two GPIO lines with delays in between.[My actual firmware has more code, and I’ve reduced it to this condensed example which still has the issue.] HAL_GPIO_WritePin(LED_DRIVER_ENABLE_GPIO_Po...