Resolved! association du temps et date à un log
Bonjour,Je veux réaliser une tache de log dans mon systeme temps reel et aussi associer l'information à une date et heure.Ma question c'est que comment je pourrais inclure le temps et la date .Mercii
Ask questions, find answers, and share insights on STM32 products and their technical features.
Bonjour,Je veux réaliser une tache de log dans mon systeme temps reel et aussi associer l'information à une date et heure.Ma question c'est que comment je pourrais inclure le temps et la date .Mercii
We are using PWM here to change the brightness of LCD display, but PWM is not working , as of now I don't have CRO's as I'm working remotely. Is there anything wrong in the below code??#include "stm32h7xx.h" void PwmGpioInitalize() { /* Timer GP...
I have connected a sine wave of amplitude 3V with 1.5V shifted above the zero to 12-bit ADC channel by using dsPIC33FJ32MC204 controller and stored in an array. I want to detect the max value out of five samples because after the five samples my data...
How do you modify the linker script to reserve a sector for user data... and such that this user sector won't get erased when re-programming/bootloading?The dual-core STM32H7 has TWO 8-sector Banks (0x8000000-0x80FFFFF & 0x8100000-0x81FFFFF).. with ...
I want to move some of application variables to ITC-RAM. What are the changes to be done in linker and startup script?. Thanks in advance.
i have a project want to use stm32h750。but flash stm32h750 is small,just 128Kbytes,and my code is as much as 300Kbytes。so i think i have two way :1�?connect a extern flash by Quad-SPI,burn my program in extern flash,and boot from address—0x90000000。...
I have an STM32L152R8T6-A MCU. A new firmware is downloaded over HTTP (as a .bin file) and is stored in an external flash memory. After that a bootloader copies the new firmware into MCU flash (address 0x8000000) and resets the micro.Everything is OK...
Hello,I am a new STM32 member. In many previous projects from PIC, we often #define GPIOx as a bit. So we can manipulate some operator directly and easily as example below.Example: #define LED_AL1 LATBbits.LATB6 #define LED_AL2 LA...
How do I restart a timer properly?I can set the counter value, but what about the prescalers?