Bug in "STM32CubeExpansion_Cloud_AZURE_V1.2.0"
Hello,In the new version of "STM32CubeExpansion_Cloud_AZURE", file "comodo_baltimore.pem" does not exist. The content of this file sets the TLS root CA certificates.
Hello,In the new version of "STM32CubeExpansion_Cloud_AZURE", file "comodo_baltimore.pem" does not exist. The content of this file sets the TLS root CA certificates.
Hello, I wonder if in the HAL function below, should line 24 be clearing TIMEOUT flag instead of the end command flag?(If so, I'll change it... if not, hopefully I'll learn something, why would you clear the timeout there?)Edit: actually shouldnt it ...
HI.My MCU is STM32L071CZ, CubeMX latest version on this period of time.I try to communicate with an external SPI-Flash IC. The SPI uses software NSS. The communication is good but only if I'm not using DMA. When I try to communicate with flash using ...
I'm trying run the example software provided in X-CUBE-AZURE. After dragging and dropping SBSFU_B-L475E-IOT01_Cloud_AZURE_V1.2.0.bin from en.x-cube-azure\STM32CubeExpansion_Cloud_AZURE_V1.2.0\Projects\B-L475E-IOT01A\Applications\Cloud\Azure\Binary a...
In the debug mode, timer1 starts, all registers are configured correctly and clocked (CNT, CEN..), but nothing happens on pin TIM_CH1.If I turn off one pulse mode in Timer1 then everything works.Code example:int main(void){ /* MCU Configuration------...
Hi,I am using firmware package of USBPD_F0_V2.1.0 for utilising Power delivery by TCPM/TCPC configuration, using the example application. During initialisation- debugging of USBPD_DPM , I get an error code of USBPD_StatusTypeDef of 0x22 which is USP...
hello does any one developed a customized bootloader for STM32L051 or similar via LPUART?I didn't find it in Internet.Thank you.
When i am configuring the required details for the timer operations in Free rtos and getting osTimer functions. Is that ok to carry on with them or how to implement the xTimers functions?Please let me the answers.Thanks in advance.
I am trying to implement a simple MBEDTLS communication firmware with my STM32F417VE.I am using STM32CubeMX as configuration tool and Atollic 9.3.0 as IDE. MBEDTLS, LWIP, FREERTOS and ETHERNET are all set from the STM32Cube.I am trying to perform a s...
I have a NUCLEO-F401RE, which has a virtual serial port associated with the built-in ST-LINK/V2-1.This is very convenient and handy, but I'm having issues with it.The first time I tried using this feature, it worked fine. The serial port associated w...