STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I2c receive with dma

hi I looked for a tutorial on dma receive i2c but I didn't find it, Itried with dma receive uart and it works perfectly:int main(void){HAL_Init(); MX_GPIO_Init(); MX_DMA_Init(); MX_USART2_UART_Init(); MX_USART6_UART_Init(); /* USER CODE BEGIN 2 */ HA...

SDall by Associate II
  • 590 Views
  • 3 replies
  • 0 kudos

B-L475E-IOT01A AWS FREERTOS OTA implementation

I was initially using B-L475E-IOT1A board to test AWS freertos and it works all fine.Next, we needed to somehow support OTA on our product and found out thatAWS freertos also supports OTA and would like to try and implement it but couldnot find any s...

KDani by Associate
  • 560 Views
  • 2 replies
  • 1 kudos

STM32G0 SPI HAL problem (HAL_SPI_TransmitReceive)

​Hello Community,I would like to report a bug on STM32G0 HAL library provided by ST. As described in the object there is a bug on HAL_SPI_TransmitReceive function: basically an hard fault occurs if the receiving pointer is not 32 bit aligned.This is ...

Ste by Associate
  • 388 Views
  • 0 replies
  • 1 kudos

Function Pack

I get the impression all the downloads/packs, such as https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-atr-lora1.license=1568668120994.product=FP-ATR-LOR...

Malachi by Associate II
  • 222 Views
  • 0 replies
  • 0 kudos