Resolved! Nucleo board for STM32F373
Hi, Is nucleo board available for STM32F373 device? If not then any nucleo board can replace device with STM32F373?Nandish
Hi, Is nucleo board available for STM32F373 device? If not then any nucleo board can replace device with STM32F373?Nandish
I want to display floating point number on 8digit 7segment display MAX7219 so i want to convert float value in to char buffer using sprintf() but it not gives exact outputTrue Studio STM32F103void display_charDigit(float Value){ char buffer[8]; sp...
clock configurationMCU: STM32F767IITIDE/Debugger: STM32CubeIDE / SEGGER J-LinkWhen HAL_PWREx_EnableOverDrive() is executed after changing the block size of SPI Flash, the following error occurs: Break at address "0x64da2200" with no debug informatio...
Hi everybody,I am using STM32F401CE and would like to use DMA to output a block of bytes using a 8 bit output port and a 'write' strobe output. That is, 8 output pins + 1 strobe output for the strobe pulse, per the timing diagram of the ILI9341 TFT s...
I remember ST use to provide workshop and material(boards) for free in order to attract professional to experience their product. Now on top of all the difficulties some of us experience they charge the full price with a a small discount for shipping...
Hey,in my application, ill have an RTC function, that should work also when power in down.From this reason, I’ll use a battery that will be connected to VBAT pin.My question is about LSE clock.my plan was to connect an external oscillator 32.768kHz t...
For seat reservation: I already have the board
HiI am working on a project using LL libraries and STM32F407VET6 Board. (I have attached the main.c code here.) The code generated by the STMCube GUI configuration tool is causing issues with two GPIOA pins (Pin 6 and 7) stuck to HIGH whenever the co...