Telemetry to IOT Hub Stops after 45 minutes
Posted on August 18, 2017 at 18:09I am working with a Cloud Jam L4. It sucessfully connects and sends messages to the iot hub but disconnects after 45 minutes. I need it to run continuously.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 18, 2017 at 18:09I am working with a Cloud Jam L4. It sucessfully connects and sends messages to the iot hub but disconnects after 45 minutes. I need it to run continuously.
Posted on September 08, 2017 at 17:03Hello friendsi set x=0; in timer Interruption x=0; per 1msin my program i using this Codex=1;while(x);in debug i see x is 0 but CPU Remaining in while(x)but if my while have any command work right and exit from w...
Posted on September 06, 2017 at 10:39Hello,I am using STM32L476G evaluation board, I have generated CAN HAL driver using default parameters which is available in Cube MX. using this when i try to transmit a message i am getting transmit error(TERR0 ...
Posted on September 08, 2017 at 17:23Hi I'm analyzing the code as the below and came across that code when I was googling.GPIO_WriteBit(GPIOG, GPIO_Pin_11,(BitAction)(1-GPIO_ReadOutputDataBit(GPIOG, GPIO_Pin_11)));But I can't understand what do 'Bit...
Posted on September 07, 2017 at 15:40We are using the STM32F030F4 micro-controller for our project. We need to receive the data from other STM32 micro-controller.We are able to receive the data through SPI. However, data is being sampled even if clo...
Posted on September 07, 2017 at 20:28Hi,I am trying to power a Nucleo-F042K6 from the external +5V only, i.e. without USB connected since my code is completed and fully functionnal. According to the user manual this shoud be possible and the only li...
Posted on September 06, 2017 at 09:11Hello,I'd like to create signal processing station based on STM F7 MCU and want to send input and processed data using bluetooth to other device. Could you recommend bluetooth module to do such thing? I know, the...
Posted on September 08, 2017 at 11:38Simply I want to know when the hardfault occured(code statement)?I cant use debug so If I try to read program counter in hardfault function this returns me hardfault program counter.How can I know where Hardfault...
Posted on September 08, 2017 at 14:19Hello all, My question is how to read ADC value ( AC and DC (voltage and current ) ) If I want to generate 20khz signal and vary duty cycle (0-100%) of PWM according to ADC value how it can do and how to reloa...
Posted on September 07, 2017 at 17:55HiI'm using a STM32F103ZEI'm trying to configure DMA1 with ADC1 Channels 12 & 16.The code below works i.e. when the DMA flags the DMA_Buffer contains 800 samples, 400 for Channel_12 and 400 for Channel_16Howe...