Resolved! AN5785 - Where to find the software example for Boost voltage mode?
Hi, The STM32Cube_FW_G4_V1.5.0 software package only have the the Buck Voltage Mode example. Where to find more applications examples for the B-G474E-DPOW1 board?
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi, The STM32Cube_FW_G4_V1.5.0 software package only have the the Buck Voltage Mode example. Where to find more applications examples for the B-G474E-DPOW1 board?
Dear all,Now I would like to use TLS on BLE connection because my module cannot use pairing.So, I was starting to learn about STSAFE-A110, and have bought B-L4S5I-IOT01A. I found X-CUBE-IOTA1 project,and I had mimicked it on CubeMX/IDE bare environme...
Hello,What could be the possible reason for STSAFEA_CMAC_COUNTER_LIMIT_REACHED (0x09) error when attempting to read from the STSAFE?When trying to initialize with stsafea_Init(), there is no error returned.How do we resolve this issue or error?Best r...
Dear ST team,we are developing an ethernet based lighting control device using STM32F401 and ENC28J60. presently we are successfully added LWIP2.1.3 , ENC28J60 and implemented TCP function and its working fine but now we want to implement UDP multic...
I use a simple code in stm32 for SD card.The code is written in "int main(void)" section. I am trying to configure a SD card so that as soon as the STM32F750vbt6 turn on, a file is created in the SD card and a text is written in the file.when I turn...
Hello,I use stm32l412b / FreeRTOS.I use below function to display dubug message.The MCU is halted and a watchdog reset occurs when the function below is called in interrupt routie.It works normally if not in interrupt Would you let me know what is...
Hey,I have a problem with reading files larger than size of one sector of FATFs (4096 bytes).Reading seems to be done correctly until it reaches 4096th byte of file, then data is corrupted. The problem appears when one part of readen data is on one s...
Hi, I'm using SAI in I2S mode to play stereo wav file. Audio Data is sent to TAS5722l which is a Mono Audio amplifier. My problem is that the FS (Frame Synchronization) signal stays always at level High. This results in a stereo audio file being play...