Tagged Questions
1
vote
2answers
386 views
STM32F2 build environment
Would like to get an insight on how to build an environment with FreeRTOS +LWIP on eclipse for building a specific application on STM32. What do you recommend?
1
vote
1answer
299 views
STM32F4 Discovery demonstation not working anymore
I purchased a STM32F4 Discovery quite recently, and when I initially unboxed the board, I hooked it up to my Mac, and the already programmed in demonstration was working 100%. I was able to view the ...
1
vote
1answer
147 views
Which startup file should I use?
Bundled with "Standard peripheral library" for my STM32F2 chip, are "startup" files startup_stm32f2xx.s. There is actually 5 different startup files, in five ...
1
vote
1answer
181 views
Restart execution from the start without having to reload
I am using GDB to load and debug my executable. At the moment, each time I want to run my program I first have to load it, and then ...
0
votes
3answers
462 views
STM32F407 board [closed]
I started learning embedded programming. But there are many things which is not understandable!
There are many things like USART, GPIO, DMA, SPI, I2s, I2c....... and others.
I have manual and other ...
0
votes
0answers
33 views
STM32F2 with Wifi Module [duplicate]
Possible Duplicate:
STM32F2 build environment
I have an STM32F2 microcontroller and a Wi-Fi module. I need to build a binary and load it to the STM in order to make it talk to the Wi-Fi ...
0
votes
2answers
469 views
Wifi Module over UART with STM32 mcu
I am trying to integrate an off the shelf wifi module with STM32f2 mcu over UART interface.
I need to test the board after laying out the board. Is there a way I can test this UART interface before ...
0
votes
1answer
1k views
How to properly connect to a RN-171 Roving Network's WiFly module?
I have this WiFly device and I can't seem to make it work correctly. I've connected both available interfaces (UART and SPI) to my microcontroller (STM32F107). For now, just the UART interface would ...
-1
votes
0answers
83 views
STM32 and embedded linux? [duplicate]
Possible Duplicate:
Linux on ARM Cortex-M3 series
Friends,
Any ideas on how to use embedded linux into STM32 system ?
Any shares or experiences will be very appreciated,
Thanks