I am using STM32F767ZI nucleo board (2Mb of flash) with dual bank (nDBANk=0) and dual boot (nDBOOT=0) but I am not able to run a simple program that toggles LED1 using HAL functions. When I enable Dual Boot in the option bytes, the program stop to wo...
https://www.st.com/en/memories/m95p32-i.htmlA huge 4 MB EEPROM on quad SPI... with ECC... Looks nice. But will it be available to buy?
after executing constructors:m_Handle and bbb both with int type are not what I write, it seem it's memory alignment problem but all related class has 32bits int type member variables.And I define g_pointer=(int*)m_Handle, the address g_pointer sav...
Hello. I have a project that runs fine on F303RE Nucleo board. I loaded it on the F303ZE Nucleo board and I get no banner displayed on the Virtual Comm port. The device manager sees the port fine. Are there any solder bridges or jumpers needed...
I'm using a STM32F411CE on a blackpill dev board with a second connected as a BMP debugger.I'm attempting to use the hardware timer quadrature encoder support and having absolutely no luck. I've followed the guidance in both the application note AN40...
Hello,I am planning to use the PWM feature in the timer (PWM Generation CH1). I want to send that PWM signal to an external device and am doing preliminary testing on the code. This PWM duty cycle changes based on the press of a button. I want to ver...
RM0385 rev.8 has two references to nonexistent GPIOx_BRR register in the GPIOx chapter, even if there's no such register in the 'F7.As changelog witnesses in v2 (under "Updated c7amba_ioport_UserSpec" :) ), there used to be a GPIOx_BRR description (p...
Hi,the AN2629 mentions the firmware which measure the power consumption of the STM32F10x device in page 22/43. Anyone knows where are the STM3210B-EVAL example projects ? Thanks