c code
Posted on October 23, 2016 at 02:16Hello folks, Would anyone know why this does NOT work while (DMA1->ISR & DMA_ISR_TCIF1==0); //wait until transfer complete but this WORKs tc_flag=DMA1->ISR & DMA_ISR_TCIF1; //save transfer complete flag ...
Posted on October 23, 2016 at 02:16Hello folks, Would anyone know why this does NOT work while (DMA1->ISR & DMA_ISR_TCIF1==0); //wait until transfer complete but this WORKs tc_flag=DMA1->ISR & DMA_ISR_TCIF1; //save transfer complete flag ...
Posted on October 14, 2016 at 07:07The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 21, 2016 at 20:16Hello, I recently bought a Mikroe M4 developement board with a STM32F415RG to test the embedded crypto. The devboard manufacturer only gives support for his own proprietory C compiler, so I'm currently figuring out...
Posted on October 19, 2016 at 11:23 Hi everyone, I have troubles getting the ADC working properly. This is my set-up : - STM32F103CB - ADC1 with 8 channels - DMA set on ADC1 I would like to make the conversion of the 8 channe...
Posted on May 18, 2016 at 01:20The title says it all. I'm using the freertos middleware and configured CubeMX to use tim7 as timebase. As a result, CubeMX generates the stm32f3xx_hal_timebase_TIM.c file and in there defines the IRQ Callback void HAL...
Posted on May 04, 2012 at 15:45Hi All!!Do you think this is possible in the Controller speech recognition or speech-driven applications to prepare?
Posted on October 24, 2016 at 20:50 Hello Here is my code: void USART1_IRQHandler( void ){ if (USART_GetITStatus(USART1, USART_IT_TXE) != RESET) { if (DataReady==1 && count<=150){ if (msg[count]== '\0' ){USART_ITConfig(USART1, USA...
Posted on May 21, 2014 at 08:42The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 24, 2016 at 20:04Hello,After code area is moved to another flash sector address(not 0sector), code is not working after only hardware reset.But after software reset by ST-Link, code is working.What I'm missing?Thanks.
Posted on October 23, 2016 at 20:09Hello,Would it be possible to erase the flash memory partially before writing data ?It takes a long time to erase 1sector base. (128kByte or 64kByte)If possible, could you some advice how to apply?Thanks.