StmCube programmer crashing when pressed connect button in Ubuntu
i am trying to use Stcube programmer in ubuntu by when i press connect button program is crashing i am attaching log file thank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
i am trying to use Stcube programmer in ubuntu by when i press connect button program is crashing i am attaching log file thank you
I intend to use CAN module in STM32F722ZE Nucleo board, but I have a problem- the CAN module does not work. I tried to see the example code, but it also is not run. Anyone has the source code for CAN module in STM32F722ZE Nucleo? ( Loopback or normal...
Hello, I want to generate an interrupt using the timer update event every T seconds at a given MCU frequency F using LL library and a basic timer with STM32L071CB.Lets say for example that:T = 5 sSystem clock frequency F = 32 MHzTimer TIM6 It look...
current tick count is say 0x0fffffffff (just 15 short of an over flow) and if my delay (wait) is say 20. Running count will rollover after 15 ticks and becomes 0. The new comparison will 0-0x0fffffff. Will the delay still work? I guess not. Your valu...
in stm32f407vgt, i declared the RTC structures and set the RTC with date: 1,1,70 and time: 0:0:0 later i set RTC with new values (date: 4,3,22 and time: 10:55:28)after few minutes if i read the RTC it giving a time properly but date is wrong (i,e. 1,...
Is it possible to use the same I2C peripheral to be used as both a master and a slave?I made use of an STM32G0 MCU and using examples from CubeMX, I got the peripheral I2C2 to work as a slave and a master separately where I am using interrupts for th...
Hi everyone,I am preparing a course for university and I plan to use G071RB NUCLEO board. I wish to show floating point calculation without FPU is pretty slow, so is there a way to show cpu cycle count feature from debug?Thank you!
Is there a step-by-step example anywhere, known to work? I have followed numerous examples from several forums, but still no luck. The ADC value I get from the internal temperature sensor is always around 880. This equates to around 1 degree celcius ...
Hello,I am having problems with SPI connectivity. My problem seems to be the chip select pin that is controlled using GPIO HAL libraries. Chip select is pulled low for way longer than it is supposed to and therefore I cannot read the sent data proper...