Forum Posts
I have STEVAL-IDP005V1 and Nucleo64 boards. For the first time, STEVAL-IDP005V1 and Nucleo64 boards are Connected and programmed bin file and got output. But afterwords failed to reprogram STEVAL-IDP005V1 using Nucleo64 board.
Getting Following Error: "There is not enough space on NODE_F070RB. You need an additional 124 KB to copy these files."
Resolved! What is the right initialization of array of pointers to members of the c++ 17 class?
I'm using VS 2019 with visualgdb extension for stm32f303vc device. I have a class TlteCom with array of pointers to members of the c++ 17 class. Here it is.class TlteCom { public: volatile uint16_t number=0; volatile uint16_t paramNumber=0; ...
Buffer never filled due to incorrect message/noise, how to reset if buffer not filled in time?
Given the following possibilities:Buffer not filled due to message not being in correct formatBuffer not filled due to random characters sent on the TX lineHow do I go about resetting/aborting the transfer if the message isn't fully filling the buffe...
STM32F030 Timer Delay -strange jitter
while (1) { GPIOA->BSRR = 0x0040; // PA6 Delay_us(100); GPIOA->BRR = 0x0040; // PA6 Delay_us(100); } //while(1)Hello ST after a lot programming with STM32F103 I startet with the STM32F030 and the STDPERIPH-Lib. Just an "easy example" of us...
STM32F205 RTC can not periodical wakeup from Standby mode
Hi I am using STM32F205RCT6 to try periodical wakeup from standby mode. I choose RTC_WakeUpClock_RTCCLK_Div16 and set wakup counter 0x9000, that is about 18 Seconds @32768hz LSE. In main function,first print wakeup counter and RTC_CR, then every 1 ...
How can i solve hal_error i2c communication problem with mpu6050 ?
the screnshoots here. When i didnt forward the codes step-by-step, it didnt get right number for check and it skips the if blocks, this is just hal_i2c_mem_read function. For hal_i2c_mem_write, it gets stuck.Connected pins: 3v3,gnd, sda, and scli2c g...
Resolved! STM32H753 schematic and footprint
Hi, where can I find schematic and footprint for STM32H753 (or STM32H7 xx family) for Altium? In the STM32H7 and STM32H753 page I cant find nothing.Best regardsGMG
Resolved! Can TIM_15, 16, or 17 be used to create an upcounting (only) encoder on an STM32G4?
I'm running out of timers on the STM32G431RB that I am designing for, and am inclined to try to use TIM_15, 16, and/or 17 for upcounting (only! not up/down quadrature counting) encoders, for rotary encoders on shafts that only spin one direction. Is...
Resolved! STM32H7 triggering ADC with TIM6 TRGO
The ADC (ADC3 if that's relevant) provides for triggering by way of the TIM6 TRGO event. I have the ADC configured to convert with "ExternalTrigConv" pointing to ADC_EXTERNAL_TRIG_T6_TRGO, and the update event's rising edge. In no case am I able to g...