STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why LL SPI Receive DMA request generate clocks?

I use a ADS7056 temperature sensor. I want to read the temperature via SPI and DMA.To do this, I have to set the CS low, generate 18 clocks, set the CS high again. Unfortunately I haven't found a configuration that works with the LL drivers yet.To ge...

senge by Associate II
  • 951 Views
  • 4 replies
  • 0 kudos

STM32CubeF3 BSP: No (Keil uV) project files?

Hi.I want my STM32303E-EVAL to I2C-communicate with the onboard ANT7-M24LR-A simply to monitor the I2C-traffic (I will check out my I2C monitoring tool). It seems to be a good idea to use the BSP driver. The BSP-file stm32303e_eval_eeprom.c contains ...

Problems with DFU bootloader for STM32G431

I want to program my STM32G431-Board with the DFU bootloader. I’ve already set the configuration to get into the boot-mode with the boot0-Pin. And I explicit configure the read out protection (RDPto level 0.Also I can connect the device with the USB ...

Resolved! HAL of HRTIM Master timer

How to convert these LL to HAL? /* Clear ISR flag */ HRTIM1->sMasterRegs.MICR = HRTIM_MASTER_IT_MREP;and HRTIM1->sMasterRegs.MCMP1R = (MULTIPHASE_PERIOD / 5);If I use Timers A-EI usually use these:/* Clear Interrupt flag */ __HAL_HRTIM_TIMER_CLEAR...