python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I am getting error when check my systemverilog code in quartus II
I have this simple code checked with Quartus II. First, It gives me error 5000 iterations for loop limit then I try to change verilog constant loop limit variable in settings and now it is giving me t...
Dang Nhat
Votes: 0
Answers: 1
STM32G431 Instruction Pointer in System Memory (0x1fff4be0)
I am using an STM32G431CB (and the HAL) to record ADC data data using DMA, control/read GPIOs, communicate via I2C and USB CDC (virtual comm port), and use timers. I have verified that each of these p...
Kyle
Votes: 0
Answers: 2
CPU for Polkadot validator
I want to build validator node for staking in Polkadot. In hardware requirements specified 7700k. Is it possible to set up Intel Xeon E5-2650 v2 instead of Intel Core 7700k
Recommended configuration: ...

ur_0s
Votes: 0
Answers: 0
why I get illegal hardware instruction message from a simple code?
#include <stdio.h>
#include <string.h>
int main()
{
char s1[] = "harry";
char s2[] = "ravi";
char s3[54];
puts(strcat(s1, s2));
strcpy(s3 ,st...
Deepkr09
Votes: 0
Answers: 1