Hi everybody,in my current project I use G474RE MCU and I wanted to use internal bootloader with the same tools which I've used with some previous projects and F401 MCU.I jump to internal bootloader with following code (ported from some official refe...
The product is a temperature logger for use in the shipping industry. The controller will wake up in definite intervals and record the temperature reading and saves it in the memory. We need to store the data in PDF format for the end-user to downloa...
Hi, I'm using STM32L452, and i need to get the time and date from RTC. The RTC works fine, but when i enter in standby and check the time after wake up (via RTC), the RTC only incrment durring the waked time, and doesn't count the time durring standb...
What I do now:Initialize all peripheral in Default mode (this is the dialogue option)USB_OTG_FS MODE: Device Only | Activate VBUS : VBUS sensing | Activate SOFUSB_DEVICE (as middleware) Class For FS IP: Communication Device Class (Virtual Port Com)De...
In function HAL_DMA_IRQHandler() the lines 872, 914, 949 modify the hdma->State variable after __HAL_UNLOCK(hdma) has been called.STM32 HAL is full of bugs, especially race condition related ones, but this one seems to be more urgent, because multipl...
I wonder if someone can provide me with an example how to use the watchdog in a STM32F767.I have tried the following code but it don't get a reset!static WWDG_HandleTypeDef hwwdg;static bool wwdg_inited = false;static void EnableWDG (void){ if ( ! ww...
Hello everyone!I am struggling with playback via I2S to external DAC on STM32L051/53. Audio:file in external SPI flash,WAV format16KHz sampling rate16bit depthI run the core on internal oscillator. My 'real' I2S clock (WS frequency) is 15,957kHz, whi...
Hello everybody,I am currently trying to implement a RTL2832 on STM32, the initialisation process works just fine (USBH_CtlReq). But during the USBH_RTLSDR_Process, my program first uses a USBH_BulkReceiveData and loops on USBH_LL_GetURBState. the st...