Resolved! STM32F103C8 current measurement
How can I measure the sleep current of the chip on the STM32F103C8 board?
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
How can I measure the sleep current of the chip on the STM32F103C8 board?
Please I need someone to review the code I wrote I double checked few times but am probably missing some info and configuration. I want to display red color on display module by only setting bits in the register. Here is the provided code. Someone pl...
I have attached my project. I am running it on a NUCLEO-F429ZI Board. I am using FreeRtos and LWipI have 2 threads/Tasks. The first Task is to initialize LWIP and to read some ADC from DMAThe lcd Task is to display text on a 2" LCD through SPII have ...
Hello,I would like to know if Nucleo-H563ZI board could be used as a USB host, using the user USB (CN13). I'm asking because I'm a bit confused, honestly - I've only found examples where it's being used as a device and the board manual seems to menti...
I new to multicore MCU progamming and i was wondering what is the advantage of using a pin assigned to a core instead of setting it free ???
Hello I was wondering are there any materials or examples online that describe how to enable wifi module provided with the board? Wifi Module that I have is MB1486. Also I could not find the datasheet of the module, only the schematic. Thank you in ...
Hello everyone,I'm having trouble updating the STLINK on my Nucleo F446-RE board. CubeProgrammer allows me to read the microcontroller's memory without any problem, but when I try to update the STLINK firmware, the following happens:It is detected (a...
HelloI would like to ask for some advice regarding a liquid crystal module that I would like to use with my ST Nucleo-F410RB prototyping board. The display type is BC1202A. It can display 12 characters in two lines and it has an 8-bit (or 4-bit) bidi...
Hello, Is the STM32L4P5G-DK Discovery Kit also compatible with other STM32L4P5xx components, not just the STM32L4P5AG? Thanks in advance,Sarvesh
Hi, I'm trying to get addressable diodes (WS2812, ...) working with PWM, TIM4, DMA on the NUCLEO-G0B1RE, but oh well. Something is wrong.There is nothing on the output!I tried:PWM, TIM2_CH1, DMA = code works without errors, WS2812b worksPWM, TIM3_CH1...