OLED Interfacing Problems!
Posted on August 03, 2017 at 09:39The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 03, 2017 at 09:39The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 04, 2017 at 10:46I generated a https://community.st.com/tags♯/?tags=makefile project with STM32cubeMX(4.21.0).But Makefile can't work well.It looks like this:F:\stm32\project\cubemx\freeRTOS>makeThe system cannot find the specified pa...
Posted on July 31, 2017 at 15:48Hi,I am trying to configure TIM2 timer to trigger DMA every 400 uS and gather data from SPI buffer to local data buffer.Buffer: uint16_t local_buffer[40];Now every time timer interrupt occurs, i want DMA to store data...
Posted on July 29, 2017 at 01:32I have a firmware upgrade app in C# that updates the firmware on a stm32f417IGT over USART.It works on small upgrades �? original test files were about 13K �? but when I started testing the full firmware (200K), t...
Posted on July 25, 2017 at 02:41Joystick does not work and does not recognize usb.Whether it's a board issue or a programming problem..Is there someone who solved it?
Posted on August 02, 2017 at 20:01I am using an STM32F746 for PWM generation and counting. When I loop the PWM output back to a counter, the amplitude of the PWM drops from 3.3v to about 2.0v. If I set the counter pin to input mode, the 3.3 v level ...
Posted on August 02, 2017 at 13:24 stm32f302 Controller interfacing to Temperature sensor Mlx9061. The temperature sensor does not read the data.Here is my Code , can you help me guys?I2C Address for Mlx90614 0x054 Memory Address is 0x07unsigned c...
Posted on August 02, 2017 at 01:35Reference manual RM0351 STM32L4xx, section 8.4.9 and 8.4.10 GPIO registers AFRL and AFRH are not defined in the stm32l4xx.h file, except as __IO uint32_t AFR[2]; /*!< GPIO alternate function registers, Ad...
Posted on August 01, 2017 at 16:26Hi I am new to using STM devices. I have bought this EVB STM32F407VGT6 MCU board. I would like to know where to download the IAR development tool for this... I am used to using the word IDE or CCS.. I would like...
Posted on August 01, 2017 at 17:51STM32F429IIHi everybody. I have a question about the coexistence of OC and IC in the same Timer. For example, I have to use PH10 as OC and PH11 as IC. As Alternate function respectively CH1 and CH2 of Timer 5. The ...