STM32 L4Z5I is suuport IOT (MQTT)?
Posted on June 19, 2018 at 12:57STM32 L4Z5I is suuport IOT (MQTT)?X-CUBE-CLD-GEN could support only 5 platform? r it can support L4Z5I to make IOT ?#stm32-l4z5i
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 19, 2018 at 12:57STM32 L4Z5I is suuport IOT (MQTT)?X-CUBE-CLD-GEN could support only 5 platform? r it can support L4Z5I to make IOT ?#stm32-l4z5i
Posted on June 12, 2018 at 17:50Hi,I have made several projects using the STM32F407 discovery board using the free version of Atollic Truestudio. Now i want to work with something more powerfull than the F4 and i have choosen the nucleo board with a...
Posted on June 18, 2018 at 21:22Hi,So I have an issue with DSI tearing. Heres some background. I am using external SDRAM to hold framebuffers. I use double buffer method. Area is rather small at 180*400(*3). Back frame holds simple running number ge...
Posted on June 19, 2018 at 11:22Hi,I would like to know if someone has already tried to have functions shared between bootloader and app?In order to save flash occupation, I have a stack (UDS) that I will use in both Bootloader and App section.I was...
Posted on June 18, 2018 at 11:04Hello,as there is no DMA2 on the STM32F334, the SYSCFG->CFGR3 Bit 9 ADC2_DMA_RMP[1] has a misleading description. Following the description, is has to be kept set. 10.1.8 SYSCFG configuration register 3 (SYSCFG_CFGR3)...
Posted on June 15, 2018 at 16:44Hi,I'm working on an UART thing on STM32F0XX. I already successfully use IT for reception and for timeout on reception, but now I need to use the RTO (timeout) feature to detect the timeout after a transmission and ca...
Posted on June 17, 2018 at 15:29Hello everyone.I'm using STM32F407 Black VET6 board. I need to create 6 center-aligned synchronized PWM signals with the same frequency, but every signal needs to have its own DutyCycle and PhaseShift control. Example...
Posted on June 19, 2018 at 10:09HiI am trying to make a sinusal variable freq wave with dma And pwm . but i cant set a timer for trigger the dma in cube . please help me to set the cube for it . i use nucleo-f746zgthanks best regurdp m : excusme f...
Posted on June 19, 2018 at 07:41I am trying to include UART into a sample program without using cubeMX. To my knowledge I have added everything it needs, but when I get to the transmit command, it checks the statement:huart->gState == HAL_UART_STATE...
Posted on May 14, 2018 at 21:30After I upgraded my application from mbed 5.4.7 to 5.7.7, my comparator is unreliable after a STOP. Basically, this is how the MCU is put into sleep (from https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_S...