Implementation of SMBus communication in STM32F4 Series
Hi ST,I'm trying to build SMBus Communication in STM32F407 with a battery IC (bq25720), but I can't read the device ID response.Could you assist me with this? Thanks,PSR
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi ST,I'm trying to build SMBus Communication in STM32F407 with a battery IC (bq25720), but I can't read the device ID response.Could you assist me with this? Thanks,PSR
Hello,I’m struggling using STM32_USB_Device_Library V2.10.I’m developing a device with storage, and I want to transfer files via USB to a Windows PC using MTP.I currently have a simple setup using STM32H7B3 eval board. I have made a test project with...
Hello All,We are looking into testing our code that access the EDATA and handle FLASH ECCC (single bit error) and ECCD (double bit error).How can we simulate those errors?Is it possible to insert single bit or double bit errors using a JTAG? It would...
Hi All - minor issue I noticed earlier on a Nucleo H563ZI board when configuring the FDCAN filters.With asserts enabled, if I set the allowed maximum filters to a non-zero number and try to set a filter on a higher filter index, it raises an assert a...
STM32G474In RM0440 Rev 8, page 641, I learned the "DMACFG bit" in ADC configuration register (ADC_CFGR) set the ADC in either one-shot mode or circular mode. But there is a separate mode setting in DMA which is also one shot vs circular mode. If we u...
Greetings and thanks for reading. FreeRTOS has a built in utility function uxTaskGetStackHighWaterMark() that reports on the amount of space unused by the stack. You can use this function to gauge just how much of the stack is used and how close y...
hello: I use STM32H7A3VGT6 in our board, two flash regions are available in the MCU and their start address are 0x08000000 and 0x08080000, all in bank1, when I use STM32CubeProgrammer to erase more than 3 sectors from 0x08080000, it works well, ...
Hi! I am trying to run a simple blink example using the STM32L552 Nucleo board, but I can't seem to figure it out. Any help in figuring out what my problem is would be very helpful. I've tried looking at the data sheet to figure out what the SRAM-bou...
i was debugging code HAL_uart_Receive (); sprintf(command, "AT+CMGL=\"ALL\"\r\n");//read all sms HAL_UART_Transmit(&huart1, (uint8_t *)command, strlen(command), 10); // HAL_Delay(100); HAL_UART_Receive(&huart1, RXbuffer, ...
Hi I'm trying to setup TLSv1.3 using STM32H63 Nucleo board. I followed the steps in https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/netx-duo-secure-tls/chapter3.md to enable TLSv1.3 in STM32CubeMX. But all I get from the Ope...