STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CubeF0 ADC LL bug

Posted on August 24, 2017 at 13:24LL_ADC_Init in CubeF0 contains a check for ADC_InitStruct.Clock, which is not used in the function. CubeMX does not generate a value for ADC_InitStruct.Clock and thus the assert in LL_ADC_Init fails.ADC_InitStruct.C...

Resolved! USB Host Interrupt OUT

Posted on May 15, 2018 at 01:08 STM32L4xx HAL 1.11 Framework Modifying the ST USB Host library to include the missing states in the static USBH_StatusTypeDef USBH_HID_Process(USBH_HandleTypeDef *phost)�?�? method that runs the HID Cla...

0690X0000060KigQAE.png

Resolved! STM32F107 IN TCP CLIENT MODE

Posted on May 28, 2018 at 05:54hello!      According to my experience, STM-controller is one of the best controllers I have ever worked with. currently, I'm working on a project based on STM32F103ZET6 controller and everything works really fine and ...

Resolved! STM32F103: SRAM startup

Posted on May 26, 2018 at 01:18Hi all!When i try startup my firmware from SRAM on stm32f103RE then nothing.. BOOT1 and BOOT0 is set to 1Firmware developed on KEIL. Please, look my project settings:int main(void){__disable_irq (); SCB->VTOR = 0x2000...

0690X0000060BNtQAM.png