I'm experimenting with a STFM32F413-DISCO.
I have a programme running under Cube IDE. How can I run the MCU and its peripherals without powering up the ST-Link and its components on the DISCO board. Thanks for your help.
I have a programme running under Cube IDE. How can I run the MCU and its peripherals without powering up the ST-Link and its components on the DISCO board. Thanks for your help.
Hello,this used to work, but when I tried this project again, it doesn't work anymore... Not sure what happened, but I'm exploring what is wrong... I run xpack emulation that has own GDB server.I'm handling project under CubeIDE and I'm trying to con...
Hello, First time using the forum so apologies if I mess something up...Long story short I wanna get a microsecond delay, I know 2 ways of doing it:1) I can start a timer with default cube values and use a function like:void delay (uint16_t delay) {...
I am trying to use the tickless functionality on my Nucleo-U575ZI-Q board. I am using tx_low_power example available in cube ide. I tried to modify the example. I created one thread which toggles the led and then I called tx_thread_sleep(100) and the...
I found that the output data is 8 bit (1 byte) with 247 arrays in a BLE example.So, is 247 bytes maximum value to send data one time through BLE?if so, I heard BLE can send 1 Mbyte per second. What is this?Does it mean BLE can communicate to the clie...
The number of ADC channels in the spec sheet for STM32H753VIH6 is 36 ADC but I realized that in the STM32cubeMX I only can set 16 pins for ADC. How can I use 36 ADC all for individual channel measurement?
After setting up the environment regarding the description (st.com/resource/en/application_note/dm00354244-stm32-microcontroller-debug-toolbox-stmicroelectronics.pdf) it is still not working. Build is OK.Download OK.OCD starts.The getchar() function ...
I am using STM32F103(Bluepill). Since I am not able to load program to the controller through ST-LINK V2 programmer, so not able debug the code. I am loading the program through UART(USB-TTL)I want to know if there is a way to debug the code using U...