STM32F4xx.H error: DBGMCU_APB2... not correctly defined
Posted on November 02, 2012 at 08:09In STM32F4xx.H the bits DBGMCU_APB2... are erroneously named DBGMCU_APB1... - just info.
Posted on November 02, 2012 at 08:09In STM32F4xx.H the bits DBGMCU_APB2... are erroneously named DBGMCU_APB1... - just info.
Posted on January 03, 2013 at 05:55Hi, I have an STM32F4 discovery board and I want to access SD card via SPI. The reason why I want to access Sd card via SPI is that the breakout module that I have has an SPI interface. I have looked on the interne...
Posted on January 02, 2013 at 23:09Hi all,I have a strange behaviour with 4 stm32f407 boards related to the jtag. The jtag of the stm32f4 is connected to a FTDI4232 chip. I have connected only the JTCK (with a 10k pd), the JTDI (with a 10k pu), the ...
Posted on September 20, 2012 at 11:44Hello, We want to use PB3 of the microC. As found in some forums we have to disable JTAG. We do this using following line of code: GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE); Then we want to use P...
Posted on January 02, 2013 at 21:55Any help with finding this bug is appreciated. I am truly at a loss.I am using the virtual com port for USB(V.3.1). I had it working great, communication was like a wife and husband once wished. I was sending host ...
Posted on January 02, 2013 at 22:01I was using the stm32f10x USB device lib 3.4, and with the callback function Class_Data_Setup, class-specific requests with data in stage(from MCU to PC) can be implemented, but how to implement class-specific requ...
Posted on December 28, 2012 at 09:21Board STM32F0 Discovery, measurment on 4 analog inputs: PC0 - ADC_IN10 PC1 - ADC_IN11 PC2 - ADC_IN12 PC3 - ADC_IN13 and Vbat, Vref, Vtemp. Configuration of ADC1 and DMA is shown in attachment. for ''ADC_InitStruct...
Posted on December 20, 2012 at 17:27Hi, I am trying to use the 3 ADC in simultaneous mode. I receive correctly every data but I am not able to catch any interruption in order to drive data on the good place. When I have my table I want to dispatch a...
Posted on January 02, 2013 at 11:41I want to use two CAN interfaces in F105 series. CAN1 (remapped) works fine, but I have problem with using CAN2 (not remapped) - it doesnt receive any data. The interfaces are initialized with the same function - t...
Posted on January 02, 2013 at 08:06hi: i found that ADC12 and ADC123 in STM32F4 Discovery. How Can I use them? or whats the way to use ADC on STM32F4Discovery? I have library of STM32F4xx.c in that ADC1, ADC2, ADC3 are only defined? which ar...