LINUX KERNEL driver hangs/freeze after handling mapped register
问题 I'm completely new developing in LINUX kernel, and I'm having some problems in a new LINUX driver I'm developing. After I map NXP PWM registers using ioremap()/ioremap_nocache() and then I try to write to the register mappend my system hags/freeze. Could you please help me understanding what it is happening? My Driver is this: #include <linux/device.h> #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/kthread.h> // for threads #include <linux/fs.h>