Cube HAL documentation
Posted on January 28, 2015 at 09:32Hello,Where can we find documentation for STM32F HAL API, generated by Cube?Thanks!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 28, 2015 at 09:32Hello,Where can we find documentation for STM32F HAL API, generated by Cube?Thanks!
Posted on January 27, 2015 at 16:05Hello, is it possible to use one USART in HalfDuplexMode (Rx and Tx via Tx Pin) AND the Rx Pin of the same USART to receive another stream? regards Florian
Posted on January 28, 2015 at 05:53Hello, I'm in the midst of project development using STM32F100RBx discovery kit (MB913C) and generating code by using STM32CubeMX and configure USART1 as asynchronous. I use Keil Arm-MDK and trying use ''HAL_UART_T...
Posted on January 28, 2015 at 02:07I created a project by STM32cubeMX, the project has : I2C communication with sensor, display data by LCD segment:int main(void){ MX_GPIO_Init(); MX_I2C1_Init(); MX_LCD_Init();..........But, when have MX_LCD_I...
Posted on January 27, 2015 at 19:59 Hello, Based on this very good example (below from clive1) on how to set up the timers for low frequencies, I'm trying to now adjust the PWM signal from each output. Note that the configuration has...
Posted on January 13, 2015 at 22:01Hello, I am currently using STM32F103RGT7 to control my BLDC motors. I am suppose to sterilize the PCB which has the controller mounted on it in an Autoclave (steam sterilization). During which the controller will ...
Posted on January 26, 2015 at 01:42 I down load a DfuSe demo, but it can not read a *.hex file.
Posted on January 26, 2015 at 21:27Hello, I hope you can help me. A long time I flashed and debugged my STM32F429DISC. And then the connection failed, the IDE (coocox) said, I should to check the cable connection. I tried to use an other program CoF...
Posted on January 27, 2015 at 20:07 Good evening, i am a beginner in the stm32f microcontroller and i am trying to learn how to use the SDRAM embedded on the discovery board.I made a function which initialize the sdram gpio and timing characteri...
Posted on January 27, 2015 at 16:01Hi, I want to use webserver connection with stm32f407 and i found this and downloaded :http://www.st.com/web/en/catalog/tools/PF257906 I'm using keil uvision 5 and trying to build the httpserver project but i'm get...