USART and wifi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-30 3:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-30 4:58 AM
You need to start by allocating some memory behind your RX/TX Buffers.
The code looks workable, although it does some unnecessary stuff. If the STM32 doesn't get a response you'll need to look into why the WiFi would not do so. You should perhaps use a scope and confirm that the WiFi actually responds.Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-31 1:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-31 2:15 AM
I guess you'll need to look at what other statuses the USART is asserting.
The printf() in the interrupt is probably ill advised, where is that output going? You could perhaps transfer the data to/from your console to the device, and interact with the WiFi manually. Once you can see the responses you want/expect you can automate that in your code. If the USART is not showing RXNE assume it's not receiving anything, and confirm the presence/absence of signal with a scope.Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-31 5:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-04 10:21 PM
hi i migrate on stm32f0 recentaly so i m working on different features of mcu but when i trying USART it is not respond can u find error in my main programe
thanks- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-05 5:32 AM
You're off topic and haven't posted any code, not a promising start.
Is there a reward/bounty for fixing your code?Up vote any posts that you find helpful, it shows what's working..
