HAL TIMER DMABurst Read
Posted on January 16, 2016 at 19:28does anyone have an example; how to use DMA burst with timer ''HAL_TIM_DMABurst_ReadStart''?*for any compiler*for any boardI just need to know how to use it #timer-dma-burst
Posted on January 16, 2016 at 19:28does anyone have an example; how to use DMA burst with timer ''HAL_TIM_DMABurst_ReadStart''?*for any compiler*for any boardI just need to know how to use it #timer-dma-burst
Posted on January 18, 2016 at 16:42I am writing code for ADC in Assembly. Can anyone confirm or share an experience if there is a minimum latency or delay requirement after the ADC Cal routine is finished before ADEN bit can be set? I find I need a ...
Posted on January 18, 2016 at 19:07Hi,I'm having a problem getting the above to work with 2 channels using the cube generated code.I can get it to work on a single channel ADC, but not on multiple channels in scan mode.The HAL docs talk of ADC_Chann...
Posted on January 17, 2016 at 22:04 Hello. I am having a bit of a problem using the RTC in the STM32F4-DISCOVERY board. I am using the HAL libraries, and have configured the RTC using the LSI based on a number of examples I found online. Basical...
Posted on January 17, 2016 at 09:21So I am running and STM32F0 at 48Mhz with TIM1 clocked to an external clock source running at 24.576MHz. On GPIO-A is connected a bus synced to the external 24.576Mhz clock. At occasional intervals I want to latch ...
Posted on January 18, 2016 at 08:08Hi,I'm using the DMA to pass data from FLASH to RAM, on the stm32f4 board.transmission of 1500 Bytes.I've tried to send the data as byte,half_word,word,by casting and changing configurations (appears at the code), ...
Posted on January 15, 2016 at 16:04Hi, first to say that I'm beginner with STM32 programming, I study this uC entire month. I'm using board based on this http://www.mikroe.com/mini/stm32/ and I have limited (or no) support from manufacturer. I creat...
Posted on January 18, 2016 at 12:541. The current driver version is 1.4.0. But when I install this, and check the version in the device manager, it still shows as 1.3.1?2. Our system used to work on RS232, and was very robust. It is not as good on U...
Posted on January 16, 2016 at 15:45Hello, I'm writing a module for STM32F103RCT6 which is Backup domain module (BRAM). In Reference manual there are a lot of functionalities which requires enabling write access to the backup domain. However after I...
Posted on June 24, 2011 at 15:06Hi everybody,I'm having some trouble with the STM32F205 temperature sensor. I'm using the algorithm from section 10.10 in the reference manual. {(V25 � VSENSE) / Avg_Slope} + 25I'm using the following algorithm to con...