Posted on May 17, 2016 at 10:04HelloOn a current project where we use multiple STM32F030 micros in a mesh network with 433 MHz tranceivers we would like to make a bootloader. We can only send small chunks of data over the air so we must save the dat...
Posted on January 30, 2016 at 16:52
Hello Guys,
I've currently designed a board with an STM32F756IGT6. Connected to the board is an 7'' LCD from Rocktech. Same manufacturer as the 4.3'' LCD's that can be found on the stm32F7 discovery boa...
Posted on December 11, 2015 at 15:00
Hello
I'm having a hard time getting multiple ADC's working on a STM32F I have 3 analog voltages I would like to read with the MCU. But not continuous. I would like to take 1 sample at a time and at di...
Posted on October 28, 2015 at 10:07HelloI am using Cube Mx for quite some time now. It was always working correctly with Keil Mdk uvision 5. Last week I have purchased new laptop which came with windows 10. I installed Cube Mx again and this time I ...
Posted on October 12, 2015 at 16:33
Hello
I'm trying to send a 16 bit number with the SPI peripheral on a STM32F030 with the new HAL libary. Sending an 8 bit value is very easy but with a 16 bit number I receive errors or the hardware is ...
Posted on February 16, 2016 at 20:11I'm still not able to do single conversion on single channel. Is there a simple way to do adc conversion without the use of interrupts. Just polling between channels?
Posted on February 03, 2016 at 22:35Or are there some basic functions for the LTDC interface like draw_line or draw_rectangle without the use of the STemwin library just to verify I have hsync or vsync problems? Because that way I could solve some s...
Posted on December 14, 2015 at 21:05I have the same problem with cubeMX 4.12 but this time it's pretty random which files are gone. Sometimes main.c or usart.c or another file. Is there a solution for this problem?My sincerely,
Posted on October 28, 2015 at 11:24HelloThank you for your reaction. Can you please provide us a download link to previous version of CubeMX. We need the software urgent! At this time most of the projects has been broken by the new CubeMX.My sincerl...
Posted on October 09, 2015 at 16:28
Hello,
Thank you for your reply. No the functionRfm69_Write_Reg() gives a problem. Only when I use theRfm69_Read_Reg() after theRfm69_Write_Reg() function the problem is gone.
this is the impleme...