Resolved! Failure rate STM32g474
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I'm working on a custom board with an STM32F072RB as microcontroller. I'm testing the firmware update via USB and I found that as soon as I jump to the internal bootloader (address 0x1FFFC800) the CPU goes down. Looking at the enables I found that t...
Hi,On the ST site local voice recognition with models from sensory is beinig advertised.I would like to prototype adding voice recognition with our product. I've created models at sensory and have an audiostream from a mems microphone on the STM32H7....
bxCAN problem.Now sending data from STM32F407 to STM32F042 via bxCAN.In STM32F042, it is possibleRx interruptto read sending data (0x11, 0x22)to read DLC (2 byte)and oscilloscope that having CAN analyzing could read the sending ID/data correctly.But,...
Hi!I have bought STM32L462E for learning NB-IoT or LTE development. However, as far as I have searched, there is too few examples about NB-IoT or LTE. en.x-cube-cellular_v6-0-0_v6.0.0 and en.patch_xcubecell-v6-0-1_v6.0.1 only give me a demonstration ...
I want to read the analog value from an external Modbus device (Slave- connected via RS232/RS485/TCP-IP) to STM32F446RE or STM32H7XX (as Modbus Master).Modbus Slave device could be any sensor or device that supports MODBUS protocolModbus Master (STM3...
Hello All, I'm trying to chain load the baremetal application from mcuboot with stm32f429. It's chainload the application and reaches the baremetal main function but even though there is some problem with clock configuration, the application went to...
I am using stm32f7508-DK,Working on audio recorder.c BSP example,<example working fine need to customize the example to meet our requirement>i want to created ( .wav) file based on incoming audio signal from microphones <U20 , U21 designator on Hardw...
To build a metronome, I plan on using on using a freeRTOS task running a while(1) with RTC timestamps to trigger clock ticks. The freeRTOS task will run high priority but yield to other tasks which will do other work like toggle leds or other pins. U...