Posted on September 29, 2016 at 20:31Hello,I use STM32F429 microcontroller. I need to read a parameter from a device by SNMP_GET function.How to use SNMP_GET communication by LwIP ? I have read all doc. But there is not any sample codes and satisfie...
Posted on September 28, 2016 at 04:36I try to run the following program on KEIL MDK 5.0:&sharpinclude ''stm32f0xx.h''int main(void){ volatile unsigned int i=0; RCC -> AHBENR |= (i<<19); GPIOC ->MODER |= (i<<16); // mode GPIOC ->ODR |= (i<<8); // out...
Posted on September 28, 2016 at 16:55 Dear all, I will work on an STM32F303VET6 and I have to use USB port. I developed many functionalities with standard peripheral library, so I would to continue to develop with this library. The standard libra...
Posted on September 29, 2016 at 17:10Hello Greeting to all! I have STM3220G EVAL Kit. I am facing problem on Window 10 PC while using Echo Tool.it is not responding.Kindly suggest the solution & reason behind the problem.I want to connect...
Posted on September 21, 2016 at 15:04Hi,I have a Problem with a STM32L073CZT on chip bootloader and the DfuSe Demo (v3.05).It is not possible to upload or down Load from/to the InternalFlash.Downloading or Uploading the DATA Memory is possible.Does...
Posted on September 27, 2016 at 17:07Hi,I've just got the steval-sp1ml868 and have been trying to gave it communicate with TI transceivers CC1111/CC1101. The TI transceiver works in the same 868 MHz and so far I have been able to receive radio messa...
Posted on September 27, 2016 at 12:47 Hello, I am using TrueStudio for STM My problem is, that when I start debugging the PC (program counter) shows an address of0xf3af48 As this address is somewhere in nomansland the Dissassembly shows ''...
Posted on September 29, 2016 at 15:13 I'm trying to receive serial data using USART1 and DMA in 3 different chunks. Between I'm setting the buffer size in the DMA (2 bytes, 1 byte, 10 bytes) using the function set_ dma _buffer_...
Posted on September 29, 2016 at 16:42I am using TIM4 of STM32F767 in Encoder mode. The period is set to 1000. The CNT value changes as follows: 0->1000->1->1000->0 and so on. On monitoring the DIR bit, I found that it keeps oscillating between 0 and...