STM32 UART/USART receive issue(without interrupt)
Posted on September 04, 2017 at 08:51The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 04, 2017 at 08:51The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 05, 2017 at 20:33I am trying to use fsmc to control my lcd display, but I can't init lcd from my code. I configured fsmc as lcd interface memory type in CubeMx, but there is something wrong with reading registers value, when I'm ...
Posted on August 31, 2017 at 08:12I need 4 output with pwm feature.All pwm are the same period T of 200 Hz.All pwm have independent dc ( duty cycle ) and independent dt ( dead time ) .Is it possible configure the timer peripheral and the clock to ha...
Posted on September 06, 2017 at 01:50In the ST code repository for cubemx on my PC, there is a projects directory for the STM32F429ZI-Nucleo containing a file called eeprom.c. I am assuming that is the right source for this purpose. The process se...
Posted on September 03, 2017 at 19:37In [STM32Cube_FW_F4_V1.16.0]\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c USB_EPSetStall(), the following can be seen:USBx_INEP(ep->num)->DIEPCTL &= ~(USB_OTG_DIEPCTL_EPDIS);(and the same for DOEPCTL).How...
Posted on September 06, 2017 at 16:16Helloi using STM32F103ZET6 & STM32CubeMX V4.22.0 & Firmware F1 V1.6i want Send Data Via I2c But HAL_I2C_Master_Transmit Return HAL_BUSY i Remove My I2c device (AT24C512) but Still HAL_I2C_Master_Transmit Return ...
Posted on September 06, 2017 at 13:47Hello,I'm using STM32F103c8t6 with CubeMX and in my application i'm using many Pins as External interrupt source and i have two questions:1-An action must be done after pressing then releasing the button (rising ...
Posted on September 06, 2017 at 13:53HelloI am using STM32F765VGT and have the flash in dual bank configuration.I have an application in bank1 erasing bank2. Most of the times, but not always, the processor stalls during erase of bank 2. I dont do a...
Posted on September 05, 2017 at 18:43Hi.I've done set up the \STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 with keil and think the flash download works good.So I'm trying to implement GPIO_IOToggle test with STM32F4xx_DSP_StdPeriph_Lib_V1.8.0's template pro...
Posted on September 05, 2017 at 18:12Hi there,I am coding STM32F030F4 using CubeMX generated EWARM project. All ICs are monitored by single voltage supervisor including F030, but unfortunately one of IC has design problem and it need a 'reset pulse'...