Resolved! can bus ack signal
I want to scan (acquire) data from a vehicle can bus.1. Is it possible to prevent the ACK bit from occurring in CAN communication in the MCU?2. If I set the ID to receive all data, won't an ack occur?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to scan (acquire) data from a vehicle can bus.1. Is it possible to prevent the ACK bit from occurring in CAN communication in the MCU?2. If I set the ID to receive all data, won't an ack occur?
I’m wondering which if these microcontrollers (STM32H7) has the most ADC Channels.I think the maximum is 36 but I want to know the specific model of MCU that this is, if anyone knows please tell me.I would also like to know if this is still a 16bit r...
Hi guys,so we have a more complex board and I wondered if it is somehow possible to use more than one external loaders with the CubeProgrammer software on the command line.So in general we are capable of writing these loaders and have several already...
What are the different ways of disabling the JTAG in STM32G4 series? Is Direct Register Programming an option?
Hi everyone,I try to impement the LwIP Stack on my NUCLEO-H755ZI-Q Evaluation Board. I want to use the M4 core for the ethernet communication.Unfortunately it results always in a StackOverflowHook if I connet with "Hercules" TCP Client and send a str...
In my custom board, the STM32G4 is regulating the voltages on two converters, a buck, and an inverting buck. The peak current mode control used generates an interrupt every 5us for some processing, including current limit detection.Currently, the MC...
Was working on an EVAL board stm32G474RE which has FLASH of 512K and RAM of 128K. Everything was working fine on the EVAL board. Now we received the actual hardware which is a stm32g474CBU. Very similar to the EVAL board but the FLASH 128K and RAM of...
HII have a problem. I want to measure 4 channels of the ADC every 20 seconds (this is more time but for now it is like this for testing) through an RTC interrupt, then print by the serial terminal.What happens is that it shows me the reading every 20...
Hi,I have a project involving an STM32F030C8T6 MCU. The datasheet says that pin PF0-OSC_IN and PF1-OSC_OUT have I2C1_SDA and I2C1_SCL as their Alternate Functions. When I go CubeMX to select them as such, it doesn't give me an option to do so, even t...
I want to run a Nucleo L476RG at 1.8V at first glance it looks possible with a few caveats.according to the schematic (C03)https://www.st.com/en/evaluation-tools/nucleo-l476rg.html#cad-resourcesThere are two regulators I need to be concerned withU4 w...