CubeMX DCMI Problem
Posted on July 04, 2015 at 19:07
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 04, 2015 at 19:07
Posted on July 06, 2015 at 14:20 hi everybody! I'm developing on st32f0 a device with two analogics sensors. After the initialization, I can read properly one value but the other is always at it s maximum value (4095 for 12 bits of data). ...
Posted on July 07, 2015 at 20:13I've seen at least two other threads with an inverted DAC concern being present, wondering if anyone has more information o the issue? I have 3 identical boards in house populated with the F4, one of which has an inve...
Posted on July 07, 2015 at 17:00 I used STM32 cube for the PLL configuration // Enable HSE Oscillator and activate PLL with HSE as source RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; RCC_OscInitStruct.HSEState = RCC_HSE_...
Posted on July 07, 2015 at 18:18I've been testing a STM32F4 Discovery since I'm new to ST Microcontrollers and I wanted to use one timer to measure 4 different channel frequencies, as I want to measure more signals than there are timers. I do not ca...
Posted on July 07, 2015 at 11:49Hi guys, I have code that has been working great for a couple of months now on an STM32F415VG, but I added some libaries/code yesterday which took it beyond the flash sectors that I wanted it to sit in (it's a custom ...
Posted on July 07, 2015 at 09:47 Hello, I want STM32 with GSM board each sec communicate. in Main.c int main(void) { HAL_Init (); SystemClock_Config (); HARD_LED_Init(LED_GREEN); Term_UART_Config(); HARD_TIM_Init(); while (1) ...
Posted on July 07, 2015 at 16:27My subject doesn't quite describe what I'm trying to do, but not quite sure how else to explain: I have a bootloader stored at the start of flash in my STM32f415 (flash location 0x08000000), and my main application is...
Posted on July 06, 2015 at 13:36hej, can anyone tell me why dma is not working?...but the usart works...volatile uint8_t Buffer[32];uint8_t receiveword;/**************************************************************************************/void gpi...
Posted on July 07, 2015 at 10:32The original post was too long to process during our migration. Please click on the attachment to read the original post.