Other tools (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error Writing 64 bit in FLASH

Tranferring data from serial input,(in my case idDA), or from an SD, may be you try to write a double word a time (64bit) in flash area and you may use the:HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, flash_ptr,codeData64). This function calls th...

Resolved! Examples for STM32H747I-DISCO board

I just purchased a brand new STM32H747I-DISCO board. I installed all the suggested software. I followed the step-by-step guide from ST Microelectronics. I downloaded the STM32Cube MCU Firmware Package for STM32H7 series. I picked STM32H7 series inste...

Louie88 by Associate III
  • 1760 Views
  • 5 replies
  • 0 kudos

Logging code modification

Hi All,I've had some logging code written some time back and I'd like to be able to selectively prepend the date/time onto what gets passed in however I'm at a loss as to know how to do this or where to start. The code that was supplied is below.#if...

PSpei by Associate II
  • 212 Views
  • 0 replies
  • 0 kudos