BSDL file for STM32F407IG
Posted on May 07, 2014 at 16:59I am looking for a BSDL file for a STM32F407IG. The part is actually a STM32F407IGH6 Does anyone have a link where I may be able to download a BSDL for this part? Thank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 07, 2014 at 16:59I am looking for a BSDL file for a STM32F407IG. The part is actually a STM32F407IGH6 Does anyone have a link where I may be able to download a BSDL for this part? Thank you
Posted on May 13, 2014 at 04:46I'm working on a project based on the V2.10 Host lib. When trying to enable global interrupt for OTG FS, the program enters the hardware fault ''loop of death''(the notorious HardFault_Handler in stm32f10x_it.c) Proble...
Posted on May 13, 2014 at 06:10Any body have idea how to read SD card from USB data port of HY-MINI STM32V boardReagrds #sd-as-usb-mass-storage
Posted on May 09, 2014 at 12:58I'm using the F105 series Stm32, and if my grab of the USB protocol being correct, the USB works on polling mechanism which means when idle, there should be regular frame of data on the DM/DP. The thing is, when I prob...
Posted on May 05, 2014 at 16:21Hello everyone, i've been experimenting with the STM32F4 Discovery Board for quite a time now and i can get the Simulink Test Models to work (Blinking LEDs, USART Echo and so on). When i try to use any of the PIL Mode...
Posted on May 12, 2014 at 12:36Hi,I'm currently using the USB host library with a usb mass storage device, and it seems the host is getting stuck in the USBH_MSC_HandleBOTXfer function when waiting for the URB_Status (case USBH_MSC_SENT_CBW). Proble...
Posted on March 20, 2014 at 20:52HiIm developing on the STM32F4-DISCOVERY board.I have found some HAL drivers in the STM32CubeF4 package, with lots of examples, but i'm missing a document describing how the the HAL driver should be used.Does there e...
Posted on May 12, 2014 at 13:19i want to change firmware of my stm32 controller through ''Firmware over the air''.stm32 controllers have BOOT0 and BOOT1 pins for boot selection but i can not use these pins as i want to program it remotely. may any b...
Posted on May 09, 2014 at 11:24I need to convert at the maximum ADC rate for a 32f303x ie 200nS. What is the relationship between (say) RCC_ADCCLKConfig (RCC_PCLK2_Div6);and the actual conversion speed?
Posted on May 06, 2014 at 04:06I've been working for a few days to get a STM32F401 Discovery top talk to an external ADT7410 temperature sensor. I'm just about there. I'm able to read a byte at a time from the device. The last thing I'm having a har...