STM32F4,DCMI connect DMA
Posted on March 19, 2017 at 16:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 19, 2017 at 16:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 16, 2016 at 17:37Hello, I have a generic stm32f103C8T6 board and I am having troubles booting projects I create with STM32CubeMX from the internal flash.I create an empty ARM STM32F103 project in Eclipse, generate code in Cube and...
Posted on March 20, 2017 at 14:05♯‌https://community.st.com/tags♯/?tags=stm32%20can‌https://community.st.com/tags♯/?tags=can%20init‌https://community.st.com/tags♯/?tags=can%20bus‌https://community.st.com/tags♯/?tags=can%20code‌Hi, I a...
Posted on March 21, 2017 at 05:53Hello!STM32F103ZE Problem in use ADC Init.While (ADC_GetFlagStatus (ADC1, ADC_FLAG_ADONS) == RESET); An infinite loop occurs.Why does the 'ADC_FLAG_ADONS' Flag fail to initialize?What is the solution for infinite loo...
Posted on March 21, 2017 at 04:48Hi,I am doing a work with stm32f103 adc.The adc is triggered by tim8,and it works,but it cause a triangular wave on input.what's wrong ?The input pin is PA1,code is as below:/* ADC1 init function */void MX_ADC1_Init(...
Posted on December 13, 2016 at 06:46Hi all. I'm net to STM micros , so excuse the stupid question.I've set up USART1 on the stm32F0 discovery board, using the SPL , NOT cube.If I send data out the usart using the 'USART_SendData' function provided b...
Posted on March 20, 2017 at 21:44Thanks to Clive and JW my timer is starting tick but I am getting interrupts from channels 2-4 and I am only using channel 1. I use the following command sequence so I don't know why CC2-4 are set in the SR. TIM_ITC...
Posted on March 20, 2017 at 20:10STM32F437I am using TIM4 for input capture and an interrupt occurs when external events occur. However I stopped the external event and no interrupt occurs on overflow although the UIF bit is set in SR. Code snippet ...
Posted on March 17, 2017 at 22:20Device: STM32F437My timer seems to count twice as fast as I think it should. My peripheral clock is running @ 42MHz and I have scaled it down to 1 KHz. I got things started and interrupts going thanks to help from JW...
Posted on March 20, 2017 at 18:24Going through HAL code, I see thisstatic HAL_StatusTypeDef I2C_SlaveTransmit_TXE(I2C_HandleTypeDef *hi2c){ /* Declaration of temporary variables to prevent undefined behavior of volatile usage */ uint32_t CurrentStat...