Resolved! STM32 Nucleo boards, Modbus TCP/IP, Server (Slave) and Client (Master) Examples
Hi all, Is there a Modbus tcp/ip Server (Slave) and client (Master) examples for STM32 Nucleo F429ZI board or any other similar boards? Thanks,
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi all, Is there a Modbus tcp/ip Server (Slave) and client (Master) examples for STM32 Nucleo F429ZI board or any other similar boards? Thanks,
Recently I have encountered a strange issue I cannot really explain...I have a firmware that manages serial UART communication with a callback that has a state machine with 3 states.In the first state, UART is set to perpetually expect 1 byte of data...
Hello,Trying to achieve wakeup system at every 60 sec or more using LPTIMER1 in STOP2 mode.Observation:1. STOP2 = enable and LPTIMER = 60 sec --> Wakeup not work2. STOP2 = disable and LPTIMER = 60 sec --> Wakeup work3. STOP2 = enable and LPTIMER = 2 ...
can anybody answer please, if i costmised board based on bg431besc1 board it needed to upload boot loader file in stm32g431 controller to run in stm32ide code ?
I am using IAR + STLINK-V3PWR for my project. If I stop and resume program execution, on the STM32L433 MCU the TRACE_IOEN bit is activated and SWO intercepts pin PB3 . How to disable SWO ?
We are currently using the STM32H723VGT6 MCU (1MB Flash) in our application.We would like to clarify whether this MCU supports execute-in-place (XIP) from Quad-SPI flash or if Octal-SPI is required for XIP functionality.In the future, if our applicat...
I want to use port PA9 of STM32H743XGH6 as “FS_VBUS”. In this case, which number should I put in the target register for the alternate function? I understand that if I use CubeMX, it will set it automatically.
Hi,I want to configure my device as a USB Microphone. However the cubemx generates code for USB speaker and the device is detected as STM32 Audio Class Speaker. Can anybody suggest a solution or Cube Example for USB Audio class with Microphone codes...
Hello,I found some discrepancy in BOR configuration for STM32U083CCT6 processor between reference manual [1] and HAL implementation [2]. It concerns BOR_LEV[0:2] bits (bits 10:8) in FLASH_OPTR register. The RM [1] talks of four levels (000: 1.7 V, 00...
I'd like to use the DTCM ram in my code; how can I do ? Thank you