ContributionsMost RecentMost LikesSolutionsRe: checksum of pof file inside cfm sector hii thanks for your reply and help 🙂 Re: cross compiler for cyclone 5 hii thanks i will try it out and get back to you Re: cross compiler for cyclone 5 hii thanks for your reply and help can you give me the full name of the cross compiler is it aarch64-none-linux-gnu-gcc ?? 10M08SAU169 configure used pin with pull down resistors hii i have my custom board based on 10M08SAU169 and i want to configure my io outputs to be pull down mode in the pin assignment in quartus , is it possible my output io are an activation to a relays and i want those pins to be low right away when the fpga gets the supply voltage , how can i do this ? cross compiler for cyclone 5 hii i have a kernel module that prints hello world in the kernel space , i tried to use cross complier = arm-linux-gnueabihf-gcc and it didn't work for me i get invalid format when i run the file on my cyclone 5 de1 board i remember that someone suggest for me to use complier that has the word none in it could you please give me the full name of the cross compiler with the none in it ? Re: checksum of pof file inside cfm sector hii thanks for reply is the crc16 calculated upon my vhdl design? and deos it get stored in the cfm ? checksum of pof file inside cfm sector hii i have general question if i have a pof file after compiling my vhdl design , is the checksum of the pof file get written into the cfm0 sector , and if i want to read the cheksum how can i do it ? Re: writing and reading max10 ufm hii thanks for help i checked my state machine and i indeed did unintentional eraze of the ufm , i corrected my stm and its working fine Re: writing and reading max10 ufm hii yes i am using On-Chip Flash Intel FPGA IP Core i will chick my code to see if there indeed the case of unintentionally erased (to 0xff) or overwritten (to 0x00). writing and reading max10 ufm hii i have the neek dev kit , and i did a project to write and read the max10 ufm i see in the signal tap in my project that i can write the data and read successfully i programmed the board with the pof so that my firmware is inside the board , but when i turn off the board and turn it on again , and read the data from ufm i see that the data is all zeros meaning that the data didn't get saved in the ufm , and i know that the ufm is non volatile memory . i am using the on chip flash ip , i expect the data to be saved in the ufm . when i program the pof and perform the write and the do the read while the board under power everything is ok , data get written and read . but the problem start when i turn the power down do i need to do a special thing in order to commit the data to the ufm and save so i can read it after power up ???