Resolved! What is the temperature range of the nucleo-u575zi-q evaluation board ?
my goal is to use this board in [-40°C +85°C] climatic chamber.Regards:)Oliver
my goal is to use this board in [-40°C +85°C] climatic chamber.Regards:)Oliver
I'm using an ST-Link/V2-ISOL and installed the drivers (stsw-link009_v2.0.2) and ST-Link utility but I keep getting the "Target, detection failed" error in the Utility. Same result in the STM32 Cube Programmer. How can I fix this issue? I am using 64...
We were using STM32H730VB to drive a LED display in our project. Pins 51 - 64 drive the LED display, Pin 30 controls the display power, and pins 24 - 25 act as the USART. We use CubeProgrammer to download the firmware.This worked well and with no is...
OK, OK, OK, this is a REALLY dumb question but for the life of me I cannot find out WHERE you turn your hard-earned project with all its bells and whistles into a RELEASED file to download into the proc??!!??I know this will come back as an easy thin...
Hi,I am using STM32F746NG discovery board. I try to setup 60 micro second delay. With ST-Link debugger, the 60micro second delay is fine. But when I cycle the power, the firmware does not run.When I comment out the delay function DWT_Delay_us(), firm...
I am planning to automate the Circuit Verification for inhouse designed&assembled electronics, this is my rudimentary idea:(For me ,the blurry concepts because lack of experience are the Tensorflow and database parts) Does anyone have experience/idea...
Hello,I currently working on a projet where I've ordered custom PCB with STM32F030C8T6 already installed by JLCPCB but I can't communicate with them.I've connected the STM32 with 3.3V and ground and then I output the SWD and SWCLK pins. I connect the...
Currently I only set the MODER register to 0 and set the outputs to 0 with the BRR register since I don't need further configurations. I allready use other PINs with the same configuration and they work. I read that this should work, but on my HW it ...