Posted on December 19, 2015 at 09:22Hi, I'm relatively new in programming microcontrollers and I'd love to ask which (free) IDE do you use for (offline) compilation and debugging? I'm using Mac OS X and already tried System Workbench with CubeMX gen...
Posted on December 15, 2015 at 13:41
I'm using STM32F411RE-Nucleo board and generating a project with Cube MX for System Workbench. The problem is that,HAL_UART_Receivefunction doesn't receive input from the user, even though I don't change any U...
Posted on December 04, 2015 at 12:47I'm using STM32F411RE board and trying to communicate with SIM900 over UART. I'm simply trying to send.I put some parts of my code and would appreciate your help. I think there's some configuration issue in UART p...
Posted on December 07, 2015 at 09:05I still don't get any response from SIM900. Read in one article that I should first send the character ''A'' to synchronize the baud rate: AT Command Syntax When DCE powers on with the autobauding enable...
Posted on December 04, 2015 at 13:45I'm using Nucleo-F411RE and SIM900 works fine as I've tested it with Arduino.UART1 Tx Rx pins for my board are PIN9, PIN10 but I think the problem is in UART1 parameters.