how to display the ADXL345 data in stm32F103 or STM32f407
Posted on March 05, 2016 at 13:33The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 05, 2016 at 13:33The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 12, 2015 at 10:59 Hi all, I am trying to trigger ADC2 with a timer at around 100kHz. The data will be loaded into DMA. However, the data obtained through DMA has a much higher frequency than the timer. For the ADC1, I...
Posted on March 03, 2016 at 21:19The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 07, 2016 at 10:57Hi,I am newbie for use the STM32 Timer, now i have a project for use the timer to do some jobs with periods, in the details.My project used MCU is STM32L151RCT6, i connected a GPS module to USART3 port to receive the...
Posted on March 03, 2016 at 12:09 Hello! I have a problem with stm32 F103ZET6 and CAN on alternate pinout - PB8 and PB9. I created a project using CubeMX, set PB8 and PB9 for can functionality, generated code and put it into Keil...
Posted on March 03, 2016 at 17:24 Dear Community I have an STM32F373RB device and I try to use the DMA to read the ADC1. However the DMA interrupt is not triggered. Since there is no example on the µC how to use DMA and ADC together with inte...
Posted on March 06, 2016 at 17:09Hi all, Finally I got together USB device VCP code to compile without errors for my STM32F105 board. I am constantly getting USB interrupts (I am printing messages and I get connected and disconnected). What could ha...
Posted on March 06, 2016 at 16:03Hello, When adding a USB CDC Device to my project using CubeMX I am getting an error in the clock configuration tab saying that the source of the clock has to be external? If USB is removed then there is no error. At...
Posted on March 05, 2016 at 21:14 I use stm32f105's usb otg interface in forced host mode. When I issued a bulk in transaction, after some nak returned (which is ok), keep retrying, then data came, this first transaction completed successfully. ...
Posted on April 16, 2014 at 11:37I'm having problems to produce correctly working landscape LCD with STemWin and STM32F429 discovery. I'm using STemWin_HelloWorld application from STM32Cube_FW_F4_V1.1.0 as a base for my tests. I don't need to rotate...