STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X_cube AWs OTA isn't working

I am using p-l496G-cell1 with x-cube-AWSThe communication between AWS and P-l496-CELL01 via MQTT is work fine But OTA update is not working.I follow steps according to manual• Store the .sfb firmware file on AWS S3 service (in an S3 bucket; for examp...

pragnesh by Associate III
  • 288 Views
  • 1 replies
  • 0 kudos

Why DAC make 0.12[V] when I set it be 0

HAL_DAC_Start_DMA(&hdac, DAC_CHANNEL_1, (uint32_t*)setdac, 1, DAC_ALIGN_12B_R);HAL_DAC_SetValue(&hdac, DAC_CHANNEL_1, DAC_ALIGN_12B_R, setdacvalue);The first problem was when I changed setdac which points value that DMA buffer(?) It doesn't work so I...

0690X00000BvbglQAB.png
SKim.1761 by Associate III
  • 676 Views
  • 5 replies
  • 0 kudos

Resolved! STM32G0 project created by CubeMX does not work

The hardware I have is the STM32G0 Discovery Kit. The sample code using this hardware works normally. I tried to rebuild a project using CubeMX. I found that it would be in CHECK_PE_FUNCTION_CALL (USBPD_PE_Init (USBPD_PORT_0, (USBPD_SettingsTypeDef *...

Yqiwu.1 by Associate
  • 561 Views
  • 2 replies
  • 0 kudos

Bug in X-CUBE-PWM-DITHR

In the X-CUBE-PWM-DITHR example application, which is supposed to accompany AN4507, PWM dithering is demonstrated by TIM1_CCR1 modified using timer-update-triggered circular DMA from an array of values, which is in turn generated in the DMA half-co...