-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using CMSIS-Driver with ESP8266 on STM32H743XIH6 encounters errors #38
Comments
Hi @QingshuangZhu, can you provide a little bit more information about your setup? Do you have sparkfun ESP8266 WiFi module or something else? For some general suggestions you can check the the following information, suggesting importance of proper RESET connection and external power supply of the shield. |
Thank you very much for your reply. The WiFi_ESP8266_Config.h file is as follows.
|
Hi @QingshuangZhu, thanks for the explanation, it is much clearer now. Anyways, I would suggest you take a look at support for a similar board that we already have. We have support for a board NUCLEO-H743ZI2 that has a H743 MCU (different variant than XIH6 but similar enough) and you can find that BSP development at the following GitHub repository https://github.com/Open-CMSIS-Pack/ST_NUCLEO-H743ZI2_BSP . You can also find a BSP (Board Support Pack) pack at the following link: https://www.keil.arm.com/packs/nucleo-h743zi2_bsp-keil/overview/ . What you will be interested in, is how this chip is configured by the STM32CubeMX so you can make similar configuration in your STM32CubeMX and the .ioc file that you can inspect is located in the previously mentioned GitHub repository, specifically at the following location https://github.com/Open-CMSIS-Pack/ST_NUCLEO-H743ZI2_BSP/blob/main/Layers/Default/CubeMX/STM32CubeMX/STM32CubeMX.ioc . Now, this is all something that can help you, there is, however, a lot of information you have to digest, you can start with what are CMSIS components and about CMSIS-Toolbox and CubeMX generator . |
Hi @MiloradCvjetkovic, |
I'm experiencing an issue where
ARM_WIFI_PowerControl(ARM_POWER_FULL)
->SetupCommunication()
->WiFi_Wait()
returns -1, indicating a response timeout error, when using version 1.8.0. What could be the cause of this?The text was updated successfully, but these errors were encountered: