User Activity

Hello all. I am trying to integrate STM32 with Sx1262. But I am facing issues and not able to find a perfect example code. I am using https://github.com/Lora-net/sx126x_driver?tab=readme-ov-fileBut the issue is my implementation. Please someone help ...
When Debugging the code in STM32 Cube IDE, the program execution flow directly goes into the HardFault Handler. The Debugging starts at HardFault Handler and I don't know why? Also this happened when I am trying to interface Sx1262 LoRa Module with S...
/* USER CODE END 4 *//*void calculate_DAC_OUTPUT_Freq(void){sysclk = HAL_RCC_GetSysClockFreq();//uint32_t data = SystemCoreClock;pclk1 = HAL_RCC_GetPCLK1Freq();prescaler_bits = (RCC->CFGR & RCC_CFGR_PPRE1) >> RCC_CFGR_PPRE1_Pos;timer_clock = pclk1;if...
I am using STM32L496ZGT6P. When using DAC along with DMA to generate voltage and frequency of my desired range. But I am unable to get hold of the frequency setting. Sysclk I set is 4Mhz. 20 is prescaler value, 4Mhz/20 = 200000.This is further divide...
I am using STM32L496ZGT6P. I am using DAC along with DMA to generate voltage and frequency of my desired range. But I am unable to get hold of the frequency setting. Sysclk I set is 4Mhz. 20 is prescaler value, 4Mhz/20 = 200000.This is further divide...
Kudos from
Kudos given to