Forum Posts
MQTT "Connection Refused: Unacceptable Protocol Version"!
Hi, I'm trying to implement MQTT using LWIP and got such a mistake. MQTT_CONNECT RETURN -1. Publish Err: -11 According to this link https://www.vtscada.com/help/Content/D_Tags/D_MQTT_ErrMsg.htmI have "Connection Refused: Unacceptable Protocol Version...
My code throwing a hardfault error in startup_stm32h743xx.s file
My code throwing a hardfault errorin startup_stm32h743xx.s filein/* Call static constructors */bl __libc_init_arraywithout going to/* Call the application's entry point.*/bl mainAll constant strings are located in the .rodata segment because they are...
STM32F103C8T6 ADC1 + DMA reading gets corrupted when starting ADC2 conversion.
Hi,I'm almost new to the STM32 and have the following question: I'm triggering multichannel ADC1 conversions using timer 1 and storing the readings in a buffer using the DMA. It works fine until I configure ADC2 (which doesn't support DMA) to be trig...
Resolved! ST-MCU-FINDER-PC v4.0 does not install on MacOS M1
The SetupSTMCUFinder-4.0.0-RC3 file can be clicked, and it seems like my OS tries to open / run it, but ultimately nothing happens. I remember having a similar issue with another piece of stm software, and remember running some command in the termina...
Resolved! Is it possible to implement a peripheral on-the-fly?
Hi everyone,I am using a STM32G474VETx chip and I have an issue with two peripherals being in conflict.I need to use the OPAMP1 input pin (PA1) for current sensing purposes. The OPAMP1 mode required is "PGA not connected" which automatically configur...
what are the main differences (apart from speed and power) between the STM32L496RG and STM32F405RG.
I have a PCA design which I'd like to support both devices with min configuration changes in the PCB dependent on the fitted device. I've made provision VACP1/2 options - either CAP or 0R resistor to VSS.
STM32H7 Flash Memory Problem
I load the program to the STM32H7B3IIT6 MCU, but when I close the circuit and open it again, the program inside does not work. I did not make any changes to the parameter settings.
What is the Equivalent part to STM32F323VCH6
What is the equivalent part for STM32F323VCH6 without having to redesigned the board?
STM32L5 SDMMC write/read fails because of timeout
I configured as follow the SDMMC bloc and completed the functions SD_read and SD_write using SDMMC + DMA.The problem is that HAL_SD_ReadBlocks_DMA returns Error before even starting the transfer with the errorcode 0x00000008. I really tried everythin...