STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f407 USB CDC FS multi-packet transfer

how to transmit data buffer without splitting? Im using HAL library and it says its allowed to send multi-packet without splitting, but when i try to send data to PC it splitts into max packet size that is 64 byte size

DKola.1 by Associate II
  • 714 Views
  • 3 replies
  • 0 kudos

Resolved! Task execution time in freertos

I'm using freertos on stm32f407vg Discovery board. I'm running system at 150MHz. I want to calculate time taken by a task for that below is the code snippet. TickType_t initial_time = 0, end_time = 0,diff = 0; initial_time = xTaskGetTickCount...

Rsrma.1 by Associate III
  • 1657 Views
  • 2 replies
  • 0 kudos

STM32F070CBT6 USB Bootloader does not work

Hello. I am using a STM32F070CBT6 uC with the FG-code $36, meaning it should contain bootloader version V10.3. The chip marking is: { STM32 F070CBT6 AA067 019C TWN AA 016 ST (e3) 2}By breaking when the bootloader is running, the HSITRIM regis...

BOlss.1 by Associate
  • 524 Views
  • 0 replies
  • 0 kudos

Did anyone managed to get LPUART up and running on the P-L496G-CELL02 evaluation kit with the X-CUBE-AWS software?

Hi All,I am using the P-L496G-CELL02 evaluation kit with the X-CUBE-AWS software to push data to AWS. So far all is good.We tried to get the LPUART up, but don't managed to get the LPUART up and running on this setup. The LPUART initialize correctly...

KMybu.1 by Associate
  • 461 Views
  • 0 replies
  • 0 kudos

I cannot get NUCLEO-F072RB to work anymore

I did a series of experiments with a STUSB4500 eval board that needs NUCLEO-F072RB to translate USB to I2C commands. After a couple of weeks I wanted to program new settings to my STUSB4500 device but the nucleo board is no longer working as intended...