Ethernet STM32F107 + DM9161B PHY Problems
Posted on October 27, 2010 at 09:19Ethernet STM32F107 + DM9161B PHY Problems
Posted on October 27, 2010 at 09:19Ethernet STM32F107 + DM9161B PHY Problems
Posted on July 31, 2011 at 20:19I'm trying to understand how I can get the FSMC to work with an TFT LCD. I looked at AN2790 and based on my understanding, it uses a modeB operating mode and disables extended mode. but the FSMC appnote AN2784 says th...
Posted on July 31, 2011 at 08:38Dear all, I have 2 applications in my STM32 microcontroller; the Boot Loader & the Main Application. It starts with the bootloader perform some actions and then it (Jumps) to a known address to execute the main applic...
Posted on July 29, 2011 at 23:19First I would like to say that I'm very impressed with what ST Micro is doing with the STM32 cortex-m3 Microcontroller products. From the introduction of the low cost ST-LINK programming and debugging tool to availabi...
Posted on July 29, 2011 at 14:10Hi, I have a little problem with setting a custom speed on the STM32 above 115200th The problem occurs both when using the init or manual configuration (manual calculation of values ??for the registry BRR). There is ...
Posted on July 29, 2011 at 14:43I use STM32F215. I run uSDCard example from StandartPeriphLibrary. But there is no clock available at pin 53 ( PC12 ) and SD is not work. There is bug? My init code is: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOC | R...
Posted on July 29, 2011 at 12:19Hello all, I want to know whether there is a specific ''math.c'' file (any file with mathematical function definitions) provided by ST to be used with STM32 microprocessors ? Thank you..
Posted on July 26, 2011 at 14:15Can anybody have the code for sdio card in spi mode? I have stm32f107vc cpu. I need to test the sdio in spi mode.Please help #sdio #spi #stm32f107vc #stm32
Posted on July 19, 2011 at 09:00Hi,I have STM322xG Eval board with embedded STLink. I tried to download my executable to the board using STLink. But its popping up ''Flash loader reported an error''. However I have configured ''iostm32f217xx'' (Eval...
Posted on July 29, 2011 at 07:15I have been testing CAN on a board using stm32f107vc cpu.I have done the testing first using the example code from st site where CAN will communicate in loop-back mode. That was working fine. I tailored the code to te...