Software Serial in STM32
Posted on March 22, 2018 at 13:08Hello everyone,Just out of curiosity, is it possible to have some feature like Software Serial in STM32 controllers. If yes, how? Are any such libraries available?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 22, 2018 at 13:08Hello everyone,Just out of curiosity, is it possible to have some feature like Software Serial in STM32 controllers. If yes, how? Are any such libraries available?
Posted on March 23, 2018 at 05:19I noticed in the stm32f0 snippets there are pre-made projects for a number of IDE's but nothing for trueSTUDIO. Can we expect a bit more trueSTUDIO support for ST now that they own it? Seems like an obvious oversight...
Posted on March 22, 2018 at 06:47The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 06, 2017 at 16:54Hi folks, I am attempting to generate an archive file with System Work Bench. All goes well until the make process hits an assembly file. It then seems that the command line generated by the work bench tries to pro...
Posted on March 22, 2018 at 10:57Hi guy,I was developing my lcd application under discoveryf4 (see photo) and everthing works fine.I decided to develop my custom board, and use discovery to flash and debug my stm32f407vgt6 mounted on my custom board...
Posted on March 23, 2018 at 01:13As I am debugging code I ran into a problem in f_close which leads me to the disk_write function in diskio.c. It looks like this function calls itself? I am stuggling to understand just what this line does:res = di...
Posted on April 24, 2017 at 09:38Hi,I am flashing the UART sample code given in STM32CubeF2 in my STM32F207ZG nucleo board,It is compiling and flashing well but when I see the output on terminal (Tera term) it is printing garbage data (few character...
Posted on March 20, 2017 at 13:31Hi, We are testing a code which is generated from simulink. Code is processing over the single precision operands. When we compile the code with keil , by choosing STM32F767 and SP FPU, the maximum time to complete ...
Posted on March 22, 2018 at 18:43Hi All,I am trying to implement acceleration profile for stepper motor using STM32F405. Can someone help me with all the necessary details required for the same
Posted on March 22, 2018 at 13:36Hi, I am trying to download SWO stream from ST32f746 discovery board. I was able to see all of the ouptut in 'Printf via SWO Viewer' .I want to have binary values to be dumped. Is it possible to download this by ST-L...