CubeMX - PF4 on STM32F303Rx not available
Posted on August 27, 2015 at 12:11STM32CubeMX V4.90 does not give the PF4 (18) pin on the STM32F303Rx.
Posted on August 27, 2015 at 12:11STM32CubeMX V4.90 does not give the PF4 (18) pin on the STM32F303Rx.
Posted on August 26, 2015 at 10:07Hi, i'm getting stuck in my work. What i do is simple, i make a STM32F030F4P6 communicating with a STM32F0-discovery board by SPI. The STM32F030F4P6 is the master and the discovery is the slave. All initializing hav...
Posted on August 25, 2015 at 15:59Hi,Please i have to capture an input signal and read it's frequency value with a DMA request but i can't find any ressources.I know the other solution with interreupt but i insist on this method with DMA, i need it...
Posted on August 27, 2015 at 09:50Hi , i'm currently developing a circuit with the STM32F051C6Tx. When i select the Cpu in CubeMx i can not selct the I2C2 on PB10/PB11, there is just the I2C1 on PB7/PB6. As i read in the Datasheet befor there have t...
Posted on August 03, 2015 at 18:25Hello,I'm building USB MSC HOST implementation library from stack provided in CubeF7 v1.1.0 series. I successfully fixed a bug with comparison for timeout and I got it working far quickly for first time.I took Appli...
Posted on August 20, 2015 at 08:26I am using FREE RTOS in my STM32 chip. Now i want use any modem which has SDIO interface for wifi functionality.Kindly let me know how to have wifi stack in FREE RTOS and how to do add particular driver for wifi dev...
Posted on February 09, 2014 at 17:43Hi, I have a problem with the USART... basically i just want to sent out one integer (i will use a FTDI adapter to read it). unfortunately my code get stuck to the instruction .while(USART_GetFlagStatus(USART1, U...
Posted on August 26, 2015 at 16:39I have an application whereby I am controlling the intensity of an AC-powered bulb. I am doing this by Phase Control, where software controls hardware to apply AC voltage to the bulb for only a portion of the AC cyc...
Posted on May 15, 2012 at 14:39Has somebody tried to port a Z80 emulator to a Cortex M3/M4 device ? I'm experimenting with the emulator core as found there:http:// My preferred host is this:http:// I'm quite sure that M3 devices with sufficient cont...
Posted on August 26, 2015 at 09:55hi, im using STM32F103 ADC1 with external trigger (ADC_ExternalTrigConv_T2_CC2) and DMA1 at this moment. its important to trigger each adc conversion with the external trigger. this works great - but its to slow f...