converting stlink to jlink in linux
Hello , is there a way I can convert an stlink to jlink in linux (ubuntu 22.04). STSW-LINK009 is only available for windows
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello , is there a way I can convert an stlink to jlink in linux (ubuntu 22.04). STSW-LINK009 is only available for windows
We are developing a device that periodically boots in Sleep mode using the STM32G04.Set the WakeUpTime with HAL_RTCEx_SetWakeUpTimer_IT and enter Sleep with HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);.If you make a program to ...
Hello I am receiving current from sensor continuously in while loop. I want to integrate the value with time so I can know total passed charge. Please suggest how to do it.
Hello I am using STM32F0 Series MCU. I am saving some data every 10 minutes on external Adesto flash. I am able read data from ext flash and display on console using printf command. Now I want to save the data on external file rather than just displa...
Hello,Is it possible to set trigger when ADC converter reach a certain value? I mean that an interrupt rutine is called when ADC reach a user value. Can you please provide or refer a piece of code?Thank,Petr
Hi,https://github.com/aholzbaur/rust-stm32f4-disco-blinkyI'm trying adapt code in link above to the code in the link below to make a simple blink led(In the case of the link below, the project adds a button). I'm getting the issues below. Any help fr...
I was getting Start with STM32F401CCU. I am not able to find the COM PORT to USE in ARDUINO IDE.But in Device Manager i was able to find the belowAs STM32 BootLoader. Which i am not able use ARDUINO IDE.Can AnyBody help me to fix this
If when i use hal_uart_init(&huart8) get result Details:HAL_ERROR Default:HAL_ERROR,Decimal:1,Hex:0x1,Binary:1,Octal:01.When i use step into ,reach at final while(sets-- !=0u)and no more what does this mean ? how could i solve this problem? static vo...
Hello.I'm having issues with STM32CubeMX and VScode setup. I have the STM32 VScode extension installed and all the extras that were required as per this page ( https://marketplace.visualstudio.com/items?itemName=bmd.stm32-for-vscode ). I generate a m...
For Debug Pinout and Configuration I see External Trigger Bi-directional associated with PC7. What is this? What are the voltage levels?